wp_nav_menu_locations_meta_box
This was once used to display a meta box for the nav menu theme locations.
Description
wp_nav_menu_locations_meta_box();
Deprecated in favor of a Manage Locations tab added to nav menus management screen.
Usage
if ( !function_exists( 'wp_nav_menu_locations_meta_box' ) ) { require_once ABSPATH . '/wp-admin/includes/deprecated.php'; } // NOTICE! Understand what this does before running. $result = wp_nav_menu_locations_meta_box();
Defined (1)
The function is defined in the following location(s).
- /wp-admin/includes/deprecated.php
- function wp_nav_menu_locations_meta_box() {
- _deprecated_function( __FUNCTION__, '3.6.0' );
- }