This function has been deprecated.

wp_nav_menu_locations_meta_box()

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__, 'WP-3.6.0' );
}


Changelog

Changelog
Version Description
WP-3.6.0 This function has been deprecated.
WP-3.0.0 Introduced. This function has been deprecated.