WP HOOKS
filtrod 6.8.0

theme_block_pattern_files

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

Opis — z kodu źródłowego

Filters list of block pattern files for a theme.

Parametry

ParametrTypOpis
$filesarrayArray of theme files found within <code>patterns</code> directory.
$dirpathstringPath of theme <code>patterns</code> directory being scanned.

Wywołanie

Rejestracja callbackaphp
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'theme_block_pattern_files', 'twoja_funkcja', 10, 2 );

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

Popularne w tej kategorii