woocommerce_twenty_twenty_one_styles

woocommerce_twenty_twenty_one_styles

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_twenty_twenty_one_styles') is found 1 times:

  • /includes/theme-support/class-wc-twenty-twenty-one.php line 67
    			'media'   => 'all',
    			'has_rtl' => true,
    		);
    
    		return apply_filters( 'woocommerce_twenty_twenty_one_styles', $styles );
    	}
    
    	/**
    	 * Enqueue the wp-admin CSS overrides for this theme.
    	 */
    	public static function enqueue_admin_styles() {