Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/nav-menu-template.php | apply_filters | 97 | /** * Filters the arguments used to display a navigation menu. * * @since 3.0.0 * * @see wp_nav_menu() * * @param array $args Array of wp_nav_menu() arguments. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
array | $args | Array of wp_nav_menu() arguments. |