apply_filters( 'get_pages', array $pages , array $r )
Filters the retrieved list of pages.
Description Description
Parameters Parameters
- $pages
-
(array) List of pages to retrieve.
- $r
-
(array) Array of get_pages() arguments.
Source Source
File: wp-includes/post.php
Changelog Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |