WP HOOKS
filtrod 5.8.0

excerpt_allowed_wrapper_blocks

Args 1Plik wp-includes/blocks.phpDokumentacja WP ↗

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

ParametrTypOpis
$allowed_wrapper_blocksstring[]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
}

Popularne w tej kategorii