woocommerce_blocks_mini_cart_auto_insert_pattern_exclude_list

woocommerce_blocks_mini_cart_auto_insert_pattern_exclude_list

Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.5.2

apply_filters('woocommerce_blocks_mini_cart_auto_insert_pattern_exclude_list') is found 1 times:

  • /src/Blocks/BlockTypes/MiniCart.php line 603
    		 * there are patterns that have a very specific location for the block)
    		 *
    		 * @since $VID:$
    		 */
    		$pattern_exclude_list = apply_filters( 'woocommerce_blocks_mini_cart_auto_insert_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.
    		 *