Uses
Uses | Description |
---|---|
wp-includes/nav-menu.php: wp_map_nav_menu_locations() | Maps nav menu locations according to assignments in previously active theme. |
wp-includes/theme.php: set_theme_mod() | Updates theme modification value for the current theme. |
wp-includes/option.php: delete_option() | Removes option by name. Prevents removal of protected WordPress options. |
wp-includes/option.php: get_option() | Retrieves an option value based on an option name. |
wp-includes/nav-menu.php: get_nav_menu_locations() | Retrieves all registered navigation menu locations and the menus assigned to them. |