excerpt_allowed_wrapper_blocks

excerpt_allowed_wrapper_blocks

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('excerpt_allowed_wrapper_blocks') is found 1 times:

  • /wp-includes/blocks.php line 1540
    	 * @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.
    	 *