Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: wp_update_nav_menu_item

To save our bandwidth, we show only a snippet of code around each occurence of the hook. View complete file in SVN (without highlighting).

Understanding Source Code

The best way to understand what a hook does is to look at where it occurs in the source code.

Remember, this hook may occur in more than one file. Moreover, the hook's context may change from version to version.

Source View

Line Code
477       *
478       * @since 3.0.0
479       *
480       * @see wp_update_nav_menu_item()
481       *
482       * @param int   $menu_id         ID of the updated menu.
483       * @param int   $menu_item_db_id ID of the updated menu item.
484       * @param array $args            An array of arguments used to update a menu item.
485       */
486      do_action( 'wp_update_nav_menu_item', $menu_id, $menu_item_db_id, $args );
487
488      return $menu_item_db_id;
489 }
490
491 /**
492  * Returns all navigation menu objects.
493  *
494  * @since 3.0.0
495  * @since 4.1.0 Default value of the 'orderby' argument was changed from 'none'