Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: wp_get_nav_menu_items

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
748      /**
749       * Filters the navigation menu items being returned.
750       *
751       * @since 3.0.0
752       *
753       * @param array  $items An array of menu item post objects.
754       * @param object $menu  The menu object.
755       * @param array  $args  An array of arguments used to retrieve menu item objects.
756       */
757      return apply_filters( 'wp_get_nav_menu_items', $items, $menu, $args );
758 }
759
760 /**
761  * Updates post and term caches for all linked objects for a list of menu items.
762  *
763  * @since 6.1.0
764  *
765  * @param WP_Post[] $menu_items Array of menu item post objects.
766  */