wp_update_nav_menu
Like this: Like Loading...
Appears in:
gutenberg.10.0.0 ,
gutenberg.10.0.1 ,
gutenberg.10.0.2 ,
gutenberg.10.1.0 ,
gutenberg.10.1.1 ,
gutenberg.10.2.1 ,
gutenberg.10.3.0 ,
gutenberg.10.3.1 ,
gutenberg.10.3.2 ,
gutenberg.10.4.0 ,
gutenberg.10.4.1 ,
gutenberg.10.5.2 ,
gutenberg.10.5.3 ,
gutenberg.10.5.4 ,
gutenberg.10.6.0 ,
gutenberg.10.6.1 ,
gutenberg.10.6.2 ,
gutenberg.10.7.1 ,
gutenberg.10.7.2 ,
gutenberg.10.7.4 ,
gutenberg.10.8.0 ,
gutenberg.10.8.1 ,
gutenberg.10.8.2 ,
gutenberg.10.9.0 ,
gutenberg.10.9.1 ,
gutenberg.11.0.0 ,
gutenberg.11.1.0 ,
gutenberg.11.2.0 ,
gutenberg.11.2.1 ,
gutenberg.11.3.0 ,
gutenberg.11.4.0 ,
gutenberg.11.4.1 ,
gutenberg.11.5.0 ,
gutenberg.11.5.1 ,
gutenberg.11.6.0 ,
gutenberg.11.7.1 ,
gutenberg.11.8.0 ,
gutenberg.12.7.2 ,
gutenberg.12.9.0 ,
gutenberg.13.1.0 ,
gutenberg.13.2.0 ,
gutenberg.13.4.0 ,
gutenberg.13.5.0 ,
gutenberg.13.5.2 ,
gutenberg.13.6.0 ,
gutenberg.8.5.1 ,
gutenberg.8.6.0 ,
gutenberg.8.6.1 ,
gutenberg.8.7.0 ,
gutenberg.8.7.1 ,
gutenberg.8.8.0 ,
gutenberg.8.9.0 ,
gutenberg.8.9.1 ,
gutenberg.8.9.2 ,
gutenberg.8.9.3 ,
gutenberg.9.0.0 ,
gutenberg.9.1.0 ,
gutenberg.9.1.1 ,
gutenberg.9.2.0 ,
gutenberg.9.2.1 ,
gutenberg.9.2.2 ,
gutenberg.9.3.0 ,
gutenberg.9.4.0 ,
gutenberg.9.4.1 ,
gutenberg.9.5.0 ,
gutenberg.9.5.1 ,
gutenberg.9.5.2 ,
gutenberg.9.6.0 ,
gutenberg.9.6.1 ,
gutenberg.9.6.2 ,
gutenberg.9.7.0 ,
gutenberg.9.7.1 ,
gutenberg.9.7.2 ,
gutenberg.9.7.3 ,
gutenberg.9.7.4 ,
gutenberg.9.8.0 ,
gutenberg.9.8.1 ,
gutenberg.9.8.2 ,
gutenberg.9.8.3 ,
gutenberg.9.8.4 ,
gutenberg.9.9.0 ,
gutenberg.9.9.1 ,
gutenberg.9.9.2 ,
gutenberg.9.9.3 ,
wordpress-4.0 ,
wordpress-4.4 ,
wordpress-4.8 ,
wordpress-4.9 ,
wordpress-4.9.4 ,
wordpress-4.9.5 ,
wordpress-4.9.6 ,
wordpress-4.9.7 ,
wordpress-4.9.8 ,
wordpress-5.0 ,
wordpress-5.0.1 ,
wordpress-5.0.2 ,
wordpress-5.0.3 ,
wordpress-5.1 ,
wordpress-5.1.1 ,
wordpress-5.2 ,
wordpress-5.2.1 ,
wordpress-5.2.2 ,
wordpress-5.2.3 ,
wordpress-5.2.4 ,
wordpress-5.3 ,
wordpress-5.3.1 ,
wordpress-5.3.2 ,
wordpress-5.4 ,
wordpress-5.4.1 ,
wordpress-5.4.2 ,
wordpress-5.5 ,
wordpress-5.5.1 ,
wordpress-5.5.2 ,
wordpress-5.5.3 ,
wordpress-5.6 ,
wordpress-5.6.1 ,
wordpress-5.6.2 ,
wordpress-5.7 ,
wordpress-5.7.1 ,
wordpress-5.7.2 ,
wordpress-5.8 ,
wordpress-5.8.1 ,
wordpress-5.8.2 ,
wordpress-5.8.3 ,
wordpress-5.9 ,
wordpress-5.9.1 ,
wordpress-5.9.2 ,
wordpress-5.9.3 ,
wordpress-6.0 ,
wordpress-6.0.1 ,
wordpress-6.0.2 ,
wordpress-6.0.3 ,
wordpress-6.1 ,
wordpress-6.1.1 ,
wordpress-6.2 ,
wordpress-6.2.1 ,
wordpress-6.2.2 ,
wordpress-6.3 ,
wordpress-6.3.1 ,
wordpress-6.3.2 ,
wordpress-6.4 ,
wordpress-6.4.1 ,
wordpress-6.4.2 ,
wordpress-6.4.3 ,
wordpress-6.5 ,
wordpress-6.5.2 ,
wordpress-6.5.3 ,
wordpress-6.5.4 ,
wordpress-6.5.5 ,
wordpress-6.6 ,
wordpress-6.6.1 ,
wordpress-6.6.2 ,
wordpress-6.7 Hook Type: action
See hook in action
Displaying hooks found in version: wordpress-6.7
do_action('wp_update_nav_menu') is found 3 times: /wp-admin/includes/nav-menu.php line 1492
wp_defer_term_counting( false );
/** This action is documented in wp-includes/nav-menu.php */
do_action( 'wp_update_nav_menu', $nav_menu_selected_id );
/* translators: %s: Nav menu title. */
$message = sprintf( __( '%s has been updated.' ), '<strong>' . $nav_menu_selected_title . '</strong>' );
$notice_args = array(
'id' => 'message',
'dismissible' => true,
Like this: Like Loading...
/wp-includes/nav-menu.php line 402 *
* @param int $menu_id ID of the updated menu.
* @param array $menu_data An array of menu data.
*/
do_action( 'wp_update_nav_menu', $menu_id, $menu_data );
return $menu_id;
}
/**
* Saves the properties of a menu item or create a new one.
*
Like this: Like Loading...
/wp-includes/rest-api/endpoints/class-wp-rest-menus-controller.php line 450
$update = update_option( 'nav_menu_options', $nav_menu_option );
/** This action is documented in wp-includes/nav-menu.php */
do_action( 'wp_update_nav_menu', $menu_id );
return $update;
}
/**
* Returns the names of the locations assigned to the menu.
Like this: Like Loading...
See this hook used in plugins: Select Plugin jetpack.6.2.1 jetpack.6.4.2 jetpack.6.5 jetpack.6.6.1 jetpack.6.7 jetpack.6.8 jetpack.6.8.1 jetpack.6.9 jetpack.7.0 jetpack.7.0.1 jetpack.7.1.1 jetpack.7.2 jetpack.7.2.1 jetpack.7.3.0 jetpack.7.3.1 jetpack.7.4 jetpack.7.4.1 jetpack.7.5.1 jetpack.7.5.3 jetpack.7.6 jetpack.7.7 jetpack.7.7.1 jetpack.7.7.2 jetpack.7.8 jetpack.7.9 jetpack.7.9.1 jetpack.8.0 jetpack.8.1 jetpack.8.1.1 jetpack.8.2 jetpack.8.2.1 jetpack.8.2.2 jetpack.8.2.3 jetpack.8.3 jetpack.8.4.1 jetpack.8.4.2 jetpack.8.5 jetpack.8.6 jetpack.8.6.1 jetpack.8.8 jetpack.8.8.1 jetpack.8.8.2 jetpack.8.9 jetpack.8.9.1 jetpack.9.0.1 jetpack.9.0.2 jetpack.9.1 jetpack.9.2 jetpack.9.2.1 jetpack.9.3 jetpack.9.3.1 jetpack.9.4 jetpack.9.5 jetpack.9.6 jetpack.9.6.1 jetpack.9.7 jetpack.9.8 jetpack.9.8.1 jetpack.9.9 jetpack.9.9.1 jetpack.10.0 jetpack.10.1 jetpack.10.2 jetpack.10.2.1 jetpack.10.7 jetpack.10.9 jetpack.11.0 jetpack.11.1 jetpack.11.1.2 jetpack.11.2 jetpack.11.3.1 jetpack.11.3.2 jetpack.11.4 jetpack.11.5.1 jetpack.11.6 jetpack.11.8 jetpack.11.8.4 jetpack.11.9 jetpack.11.9.1 jetpack.12.0 jetpack.12.1 jetpack.12.1.1 jetpack.12.2.1 jetpack.12.3 jetpack.12.5 jetpack.12.6 jetpack.12.6.1 jetpack.12.7.1 jetpack.12.8 jetpack.12.8.1 jetpack.12.9 jetpack.12.9.3 jetpack.13.0 jetpack.13.1.1 jetpack.13.1.3 jetpack.13.2 jetpack.13.2.1 jetpack.13.3.1 jetpack.13.5 jetpack.13.6 jetpack.13.7 jetpack.13.8 jetpack.13.8.1 jetpack.13.9.1 jetpack.14.0 wp-super-cache.1.6.2 wp-super-cache.1.6.4 wp-super-cache.1.6.5 wp-super-cache.1.6.7 wp-super-cache.1.6.8 wp-super-cache.1.6.9 wp-super-cache.1.7.0 wp-super-cache.1.7.1 wp-super-cache.1.7.2 wp-super-cache.1.7.3 wp-super-cache.1.7.4 wp-super-cache.1.7.7 wp-super-cache.1.7.9 wp-super-cache.1.8 wp-super-cache.1.9 wp-super-cache.1.9.1 wp-super-cache.1.9.2 wp-super-cache.1.9.3 wp-super-cache.1.9.4 wp-super-cache.1.10.0 wp-super-cache.1.11.0 wp-super-cache.1.12.0 wp-super-cache.1.12.1 wp-super-cache.1.12.3 wp-super-cache.1.12.4 advanced-custom-fields.5.7.6 advanced-custom-fields.5.7.7 advanced-custom-fields.5.7.8 advanced-custom-fields.5.7.9 advanced-custom-fields.5.7.10 advanced-custom-fields.5.7.12 advanced-custom-fields.5.8.0 advanced-custom-fields.5.8.1 advanced-custom-fields.5.8.2 advanced-custom-fields.5.8.3 advanced-custom-fields.5.8.5 advanced-custom-fields.5.8.7 advanced-custom-fields.5.8.8 advanced-custom-fields.5.8.9 advanced-custom-fields.5.8.11 advanced-custom-fields.5.8.12 advanced-custom-fields.5.8.13 advanced-custom-fields.5.8.14 advanced-custom-fields.5.9.0 advanced-custom-fields.5.9.1 advanced-custom-fields.5.9.3 advanced-custom-fields.5.9.4 advanced-custom-fields.5.9.5 advanced-custom-fields.5.9.6 advanced-custom-fields.5.9.7 advanced-custom-fields.5.9.8 advanced-custom-fields.5.9.9 advanced-custom-fields.5.10 advanced-custom-fields.5.10.1 advanced-custom-fields.5.10.2 advanced-custom-fields.5.12 advanced-custom-fields.5.12.1 advanced-custom-fields.5.12.2 advanced-custom-fields.5.12.3 advanced-custom-fields.6.0.2 advanced-custom-fields.6.0.3 advanced-custom-fields.6.0.4 advanced-custom-fields.6.0.5 advanced-custom-fields.6.0.6 advanced-custom-fields.6.0.7 advanced-custom-fields.6.1.4 advanced-custom-fields.6.1.6 advanced-custom-fields.6.1.7 advanced-custom-fields.6.2.0 advanced-custom-fields.6.2.1 advanced-custom-fields.6.2.2 advanced-custom-fields.6.2.3 advanced-custom-fields.6.2.4 advanced-custom-fields.6.2.6.1 advanced-custom-fields.6.2.7 advanced-custom-fields.6.2.9 advanced-custom-fields.6.3.1 advanced-custom-fields.6.3.2 advanced-custom-fields.6.3.3 advanced-custom-fields.6.3.5 advanced-custom-fields.6.3.6 advanced-custom-fields.6.3.6.3 advanced-custom-fields.6.3.10.2 w3-total-cache.0.9.7.1 w3-total-cache.0.9.7.2 w3-total-cache.0.9.7.3 w3-total-cache.0.9.7.4 w3-total-cache.0.9.7.5 w3-total-cache.0.10.0 w3-total-cache.0.10.1 w3-total-cache.0.10.2 w3-total-cache.0.11.0 w3-total-cache.0.12.0 w3-total-cache.0.13.0 w3-total-cache.0.13.1 w3-total-cache.0.13.2 w3-total-cache.0.13.3 w3-total-cache.0.14.0 w3-total-cache.0.14.1 w3-total-cache.0.14.2 w3-total-cache.0.14.3 w3-total-cache.0.14.4 w3-total-cache.0.15.0 w3-total-cache.0.15.1 w3-total-cache.0.15.2 w3-total-cache.2.0.0 w3-total-cache.2.0.1 w3-total-cache.2.1.0 w3-total-cache.2.1.1 w3-total-cache.2.1.3 w3-total-cache.2.1.4 w3-total-cache.2.1.5 w3-total-cache.2.1.6 w3-total-cache.2.1.7 w3-total-cache.2.1.8 w3-total-cache.2.1.9 w3-total-cache.2.2.1 w3-total-cache.2.2.3 w3-total-cache.2.2.4 w3-total-cache.2.2.6 w3-total-cache.2.2.7 w3-total-cache.2.2.9 w3-total-cache.2.2.12 w3-total-cache.2.3.0 w3-total-cache.2.3.1 w3-total-cache.2.3.2 w3-total-cache.2.3.3 w3-total-cache.2.4.1 w3-total-cache.2.5.0 w3-total-cache.2.6.0 w3-total-cache.2.6.1 w3-total-cache.2.7.0 w3-total-cache.2.7.2 w3-total-cache.2.7.5 w3-total-cache.2.7.7 w3-total-cache.2.8.0 wp-nested-pages.3.0.11