WP HOOKS
filtrod 2.1.0

wp_list_pages_excludes

Args 1Plik wp-includes/post-template.phpDokumentacja WP ↗

Opis — z kodu źródłowego

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

Parametry

ParametrTypOpis
$exclude_arraystring[]An array of page IDs to exclude.

Wywołanie

Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'wp_list_pages_excludes', 'twoja_funkcja' );

function twoja_funkcja($param_1) {
	// Twój kod
}

Popularne w tej kategorii