woocommerce_twenty_twenty_one_styles
Использование
add_filter( 'woocommerce_twenty_twenty_one_styles', 'wp_kama_woocommerce_twenty_one_styles_filter' );
/**
* Function for `woocommerce_twenty_twenty_one_styles` filter-hook.
*
* @param $styles
*
* @return
*/
function wp_kama_woocommerce_twenty_one_styles_filter( $styles ){
// filter...
return $styles;
}
- $styles
- -
Где вызывается хук
woocommerce_twenty_twenty_one_styles
woocommerce/includes/theme-support/class-wc-twenty-twenty-one.php 67
return apply_filters( 'woocommerce_twenty_twenty_one_styles', $styles );