wp_nav_menu_locations_meta_box()
Deprecated from version 3.6.0. It is no longer supported and can be removed in future releases. It is recommended to replace this function with the same one.
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.
No Hooks.
Return
null
. Nothing (null).
Usage
wp_nav_menu_locations_meta_box();
Changelog
Since 3.0.0 | Introduced. |
Deprecated since | 3.6.0 |
wp_nav_menu_locations_meta_box() wp nav menu locations meta box code WP 6.6.2
function wp_nav_menu_locations_meta_box() { _deprecated_function( __FUNCTION__, '3.6.0' ); }