twentytwentytwo_block_patterns

twentytwentytwo_block_patterns

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('twentytwentytwo_block_patterns') is found 1 times:

  • /wp-content/themes/twentytwentytwo/inc/block-patterns.php line 124
    	 * @since Twenty Twenty-Two 1.0
    	 *
    	 * @param array $block_patterns List of block patterns by name.
    	 */
    	$block_patterns = apply_filters( 'twentytwentytwo_block_patterns', $block_patterns );
    
    	foreach ( $block_patterns as $block_pattern ) {
    		$pattern_file = get_theme_file_path( '/inc/patterns/' . $block_pattern . '.php' );
    
    		register_block_pattern(
    			'twentytwentytwo/' . $block_pattern,