WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about excerpt_allowed_wrapper_blocks

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/blocks.php apply_filters 907 /**
* Filters the list of blocks that can be used as wrapper blocks, allowing
* excerpts to be generated from the `innerBlocks` of these wrappers.
*
* @since 5.8.0
*
* @param string[] $allowed_wrapper_blocks The list of names of allowed wrapper blocks.
*/

Hook Parameters

Parameter Type Name Description
string[] $allowed_wrapper_blocks The list of names of allowed wrapper blocks.