wp_nav_menu_locations_meta_box()

This function has been deprecated.

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' );
}

Changelog

Version Description
3.6.0 This function has been deprecated.
3.0.0 Introduced.

© 2003–2021 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/wp_nav_menu_locations_meta_box