apply_filters( 'wp_list_pages', string $output , array $parsed_args , WP_Post[] $pages )
Filters the HTML output of the pages to list.
Description
See also
Parameters
- $output
-
HTML output of the pages list.
- $parsed_args
-
An array of page-listing arguments. See wp_list_pages() for information on accepted arguments.
- $pages
-
Array of the page objects.
Source
Changelog
Version | Description |
---|---|
4.4.0 | $pages added as arguments. |
1.5.1 | Introduced. |