Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/class-wp-customize-nav-menus.php | apply_filters | 474 | /** * Filters the available menu items during a search request. * * @since 4.5.0 * * @param array $items The array of menu items. * @param array $args Includes 'pagenum' and 's' (search) arguments. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
array | $items | The array of menu items. |
array | $args | Includes 'pagenum' and 's' (search) arguments. |