excerpt_allowed_wrapper_blocks, $allowed_wrapper_blocks
excerpt_allowed_wrapper_blocks, $allowed_wrapper_blocks
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_filters('excerpt_allowed_wrapper_blocks, $allowed_wrapper_blocks') is found 1 times:
- /wp-includes/blocks.php line 2222
* @since 5.8.0 * * @param string[] $allowed_wrapper_blocks The list of names of allowed wrapper blocks. */ $allowed_wrapper_blocks = apply_filters( 'excerpt_allowed_wrapper_blocks', $allowed_wrapper_blocks ); $allowed_blocks = array_merge( $allowed_inner_blocks, $allowed_wrapper_blocks ); /** * Filters the list of blocks that can contribute to the excerpt. *