WP HOOKS
filtrod 4.7.4

theme_scandir_exclusions

Args 1Plik wp-includes/class-wp-theme.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters the array of excluded directories and files while scanning theme folder.

Parametry

ParametrTypOpis
$exclusionsstring[]Array of excluded directories and files.

Wywołanie

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

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

Popularne w tej kategorii