Убрать «любой» из фильтра woocommerce
add_filter( 'woocommerce_layered_nav_any_label', 'filter_function_name_492', 10, 3 );
function filter_function_name_492( $sprintf, $taxonomy_label, $taxonomy ){
return $taxonomy_label;
}
в функшн
add_filter( 'woocommerce_layered_nav_any_label', 'filter_function_name_492', 10, 3 );
function filter_function_name_492( $sprintf, $taxonomy_label, $taxonomy ){
return $taxonomy_label;
}
в функшн