apply_filters( 'get_pages', WP_Post[] $pages , array $parsed_args )
Filters the retrieved list of pages.
Parameters
- $pages
-
Array of page objects.
- $parsed_args
-
Array of get_pages() arguments.
Source
File: wp-includes/post.php
Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |