wp_nav_menu_locations_meta_box() – This was once used to display a meta box for the nav menu theme locations.
You appear to be a bot. Output may be restricted
Description
This was once used to display a meta box for the nav menu theme locations.
Deprecated in favor of a 'Manage Locations' tab added to nav menus management screen.
Usage
wp_nav_menu_locations_meta_box();
Parameters
Returns
void
Source
File name: wordpress/wp-admin/includes/deprecated.php
Lines:
1 to 3 of 3
function wp_nav_menu_locations_meta_box() { _deprecated_function( wp_nav_menu_locations_meta_box, '3.6.0' ); }