filtrod 5.0.0
excerpt_allowed_blocks
Opis — z kodu źródłowego
Filters the list of blocks that can contribute to the excerpt.
If a dynamic block is added to this list, it must not generate another excerpt, as this will cause an infinite loop to occur.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$allowed_blocks | string[] | The list of names of allowed blocks. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'excerpt_allowed_blocks', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_filter( 'excerpt_allowed_blocks', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii