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
917
918           /**
919            * Filters the available menu item types.
920            *
921            * @since 4.3.0
922            * @since 4.7.0  Each array item now includes a `$type_label` in addition to `$title`, `$type`, and `$object`.
923            *
924            * @param array $item_types Navigation menu item types.
925            */
926           $item_types = apply_filters( 'customize_nav_menu_available_item_types', $item_types );
927
928           return $item_types;
929      }
930
931      /**
932       * Add a new `auto-draft` post.
933       *
934       * @since 4.7.0
935       *