excerpt_allowed_wrapper_blocks

excerpt_allowed_wrapper_blocks

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('excerpt_allowed_wrapper_blocks') is found 1 times:

  • /wp-includes/blocks.php line 1975
    1971
    1972
    1973
    1974
    1975
    1976
    1977
    1978
    1979
    1980
    1981
    * @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.
     *