Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: wp_setup_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
659           $menu_item->url = get_term_link( $menu_item, $menu_item->taxonomy );
660           $menu_item->target = '';
661           $menu_item->attr_title = '';
662           $menu_item->description = get_term_field( 'description', $menu_item->term_id, $menu_item->taxonomy );
663           $menu_item->classes = array();
664           $menu_item->xfn = '';
665
666      }
667
668      return apply_filters( 'wp_setup_nav_menu_item', $menu_item );
669 }
670
671 /**
672  * Get the menu items associated with a particular object.
673  *
674  * @since 3.0.0
675  *
676  * @param int $object_id The ID of the original object.
677  * @param string $object_type The type of object, such as "taxonomy" or "post_type."