WPDev.one
Core Function
View Source on Trac ↗

wp_map_nav_menu_locations()

wp_map_nav_menu_locations( mixed $new_nav_menu_locations, mixed $old_nav_menu_locations )

Maps nav menu locations according to assignments in previously active theme.

Parameters 2 required

Name / Type Description
$new_nav_menu_locations
array

New nav menu locations assignments.

Required
$old_nav_menu_locations
array

Old nav menu locations assignments.

Required

Return Value

(array)
Nav menus mapped to new nav menu locations.

Function Information

Since Version
4.9.0
Source File
wp-includes/nav-menu.php
Advertisement