apply_filters( 'wp_page_menu', string $menu , array $args )
Filters the HTML output of a page-based menu.
Description Description
See also See also
Parameters Parameters
- $menu
-
(string) The HTML output.
- $args
-
(array) An array of arguments.
Source Source
Changelog Changelog
Version | Description |
---|---|
2.7.0 | Introduced. |