filtrod 6.8.0
theme_block_pattern_files
Opis — z kodu źródłowego
Filters list of block pattern files for a theme.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$files | array | Array of theme files found within <code>patterns</code> directory. |
$dirpath | string | Path 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
}
// 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