woocommerce_twenty_twenty_one_styles filter-hook . WC 1.0
Usage
add_filter( 'woocommerce_twenty_twenty_one_styles', 'filter_function_name_7862' ); function filter_function_name_7862( $styles ){ // filter... return $styles; }
- $styles
- -
Where the hook is called
woocommerce_twenty_twenty_one_styles
woocommerce/includes/theme-support/class-wc-twenty-twenty-one.php 86
return apply_filters( 'woocommerce_twenty_twenty_one_styles', $styles );