Description
Filters the HTML output of a page-based menu.
Occurrences
Filename | Line Number |
---|---|
wp-includes/post-template.php | 1530 |
Parameters
Type | Name | Description |
---|---|---|
string | $menu | The HTML output. |
array | $args | An array of arguments. See wp_page_menu() for information on accepted arguments. |
PHP Doc
/**
* Filters the HTML output of a page-based menu.
*
* @since 2.7.0
*
* @see wp_page_menu()
*
* @param string $menu The HTML output.
* @param array $args An array of arguments. See wp_page_menu()
* for information on accepted arguments.
*/