woocommerce_twenty_nineteen_styles
Usage
add_filter( 'woocommerce_twenty_nineteen_styles', 'wp_kama_woocommerce_twenty_nineteen_styles_filter' ); /** * Function for `woocommerce_twenty_nineteen_styles` filter-hook. * * @param $styles * * @return */ function wp_kama_woocommerce_twenty_nineteen_styles_filter( $styles ){ // filter... return $styles; }
- $styles
- -
Where the hook is called
woocommerce_twenty_nineteen_styles
woocommerce/includes/theme-support/class-wc-twenty-nineteen.php 88
return apply_filters( 'woocommerce_twenty_nineteen_styles', $styles );