woocommerce_twenty_twenty_two_styles

woocommerce_twenty_twenty_two_styles

Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_twenty_twenty_two_styles') is found 1 times:

  • /includes/theme-support/class-wc-twenty-twenty-two.php line 64
    			'media'   => 'all',
    			'has_rtl' => true,
    		);
    
    		return apply_filters( 'woocommerce_twenty_twenty_two_styles', $styles );
    	}
    
    	/**
    	 * Wrap checkout order review with a `col2-set` div.
    	 */
    	public static function before_order_review() {