WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wp_list_pages_excludes

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/post-template.php apply_filters 1325 /**
* 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.
*/

Hook Parameters

Parameter Type Name Description
string[] $exclude_array An array of page IDs to exclude.