apply_filters( 'get_pages', array $pages, array $r )

Filters the retrieved list of pages.


Parameters

$pages

(array) List of pages to retrieve.

$r

(array) Array of get_pages() arguments.


Source

File: wp-includes/post.php

View on GitHub



Changelog

Changelog
Version Description
WP-2.1.0 Introduced.