woocommerce_hooked_blocks_pattern_exclude_list

woocommerce_hooked_blocks_pattern_exclude_list

Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_hooked_blocks_pattern_exclude_list') is found 1 times:

  • /src/Blocks/Utils/BlockHooksTrait.php line 41
    		 * there are patterns that have a very specific location for the block)
    		 *
    		 * @since $VID:$
    		 */
    		$pattern_exclude_list = apply_filters( 'woocommerce_hooked_blocks_pattern_exclude_list', array( 'twentytwentytwo/header-centered-logo', 'twentytwentytwo/header-stacked' ) );
    
    		/**
    		 * A list of theme slugs to execute this with. This is a temporary
    		 * measure until improvements to the Block Hooks API allow for exposing
    		 * to all block themes.
    		 *