Description
Filters the array of pages to exclude from the pages list.
Occurrences
Filename | Line Number |
---|---|
wp-includes/post-template.php | 1333 |
Parameters
Type | Name | Description |
---|---|---|
string[] | $exclude_array | An array of page IDs to exclude. |
PHP Doc
/**
* Filters the array of pages to exclude from the pages list.
*
* @since 2.1.0
*
* @param string[] $exclude_array An array of page IDs to exclude.
*/