filtrod 5.8.0
excerpt_allowed_wrapper_blocks
Opis — z kodu źródłowego
Filters the list of blocks that can be used as wrapper blocks, allowing excerpts to be generated from the `innerBlocks` of these wrappers.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$allowed_wrapper_blocks | string[] | The list of names of allowed wrapper blocks. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'excerpt_allowed_wrapper_blocks', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_filter( 'excerpt_allowed_wrapper_blocks', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii