Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: customize_nav_menu_available_item_types

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
633           }
634
635           /**
636            * Filter the available menu item types.
637            *
638            * @since 4.3.0
639            *
640            * @param array $item_types Custom menu item types.
641            */
642           $item_types = apply_filters( 'customize_nav_menu_available_item_types', $item_types );
643
644           return $item_types;
645      }
646
647      /**
648       * Print the JavaScript templates used to render Menu Customizer components.
649       *
650       * Templates are imported into the JS use wp.template.
651       *