Deprecated Deprecated
This function has been deprecated.
Summery Summery
This was once used to display a meta box for the nav menu theme locations.
Syntax Syntax
Description Description
Deprecated in favor of a ‘Manage Locations’ tab added to nav menus management screen.
Source Source
File: wp-admin/includes/deprecated.php
function wp_nav_menu_locations_meta_box() { _deprecated_function( __FUNCTION__, '3.6.0' ); }
Advertisement
Changelog Changelog
Version | Description |
---|---|
3.6.0 | This function has been deprecated. |
3.0.0 | Introduced. |