Filter hook 'wp_list_pages_excludes'

in WP Core File wp-includes/post-template.php at line 1333

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.
	 */