Warning: This function has been deprecated.

wp_nav_menu_locations_meta_box() WordPress Function

The wp_nav_menu_locations_meta_box() function allows you to set the default locations for your menus in the WordPress admin area. This can be useful if you want to change the location of your menus without having to change your theme.

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.


Top ↑

Source

File: wp-admin/includes/deprecated.php

function wp_nav_menu_locations_meta_box() {
	_deprecated_function( __FUNCTION__, '3.6.0' );
}


Top ↑

Changelog

Changelog
VersionDescription
3.6.0This function has been deprecated.
3.0.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.

Show More