Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/class-wp-customize-nav-menus.php | apply_filters | 927 | /** * Filters the available menu item types. * * @since 4.3.0 * @since 4.7.0 Each array item now includes a `$type_label` in addition to `$title`, `$type`, and `$object`. * * @param array $item_types Navigation menu item types. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
array | $item_types | Navigation menu item types. |