Warning: This function has been deprecated.
wp_nav_menu_locations_meta_box() WordPress Function
The wp_nav_menu_locations_meta_box() function allows you to set the default locations for your menus in the WordPress admin area. This can be useful if you want to change the location of your menus without having to change your theme.
wp_nav_menu_locations_meta_box() #
This was once used to display a meta box for the nav menu theme locations.
Description
Deprecated in favor of a ‘Manage Locations’ tab added to nav menus management screen.
Source
File: wp-admin/includes/deprecated.php
function wp_nav_menu_locations_meta_box() { _deprecated_function( __FUNCTION__, '3.6.0' ); }
Expand full source codeCollapse full source codeView on TracView on GitHub
Changelog
Version | Description |
---|---|
3.6.0 | This function has been deprecated. |
3.0.0 | Introduced. |