apply_filters( 'wp_list_pages', string $output , array $parsed_args , array $pages )
Filters the HTML output of the pages to list.
Description Description
See also See also
Parameters Parameters
- $output
-
(string) HTML output of the pages list.
- $parsed_args
-
(array) An array of page-listing arguments.
- $pages
-
(array) List of WP_Post objects returned by
get_pages()
Source Source
Changelog Changelog
Version | Description |
---|---|
4.4.0 | $pages added as arguments. |
1.5.1 | Introduced. |