woocommerce_twenty_twenty_three_styles

woocommerce_twenty_twenty_three_styles

Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.9.5.1

apply_filters('woocommerce_twenty_twenty_three_styles') is found 1 times:

  • /includes/theme-support/class-wc-twenty-twenty-three.php line 64
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
            'media'   => 'all',
            'has_rtl' => true,
        );
     
        return apply_filters( 'woocommerce_twenty_twenty_three_styles', $styles );
    }
     
    /**
     * Wrap checkout order review with a `col2-set` div.
     */
    public static function before_order_review() {