Uses
Uses | Description |
---|---|
wp-includes/functions.php: _deprecated_function() | Mark a function as deprecated and inform when it has been used. |
This function has been deprecated.
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.
File: wp-admin/includes/deprecated.php
function wp_nav_menu_locations_meta_box() { _deprecated_function( __FUNCTION__, '3.6.0' ); }
Version | Description |
---|---|
3.6.0 | This function has been deprecated. |
3.0.0 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/wp_nav_menu_locations_meta_box