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
676           }
677
678           /**
679            * Filter the available menu item types.
680            *
681            * @since 4.3.0
682            *
683            * @param array $item_types Custom menu item types.
684            */
685           $item_types = apply_filters( 'customize_nav_menu_available_item_types', $item_types );
686
687           return $item_types;
688      }
689
690      /**
691       * Print the JavaScript templates used to render Menu Customizer components.
692       *
693       * Templates are imported into the JS use wp.template.
694       *