apply_filters( 'wp_list_pages_excludes', array $exclude_array )

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


Description Description


Parameters Parameters

$exclude_array

(array) An array of page IDs to exclude.


Top ↑

Source Source

File: wp-includes/post-template.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
2.1.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.