apply_filters( 'wp_list_pages_excludes', array $exclude_array )

Filters the array of pages to exclude from the pages list.


Parameters

$exclude_array

(array) An array of page IDs to exclude.


Source

File: wp-includes/post-template.php

View on GitHub



Changelog

Changelog
Version Description
WP-2.1.0 Introduced.