HUSKY - Products Filter Professional for WooCommerce

woof_term_count_format

Il a été possible de modifier le format du compteur – par défaut, il transmet ‘(%d)

Exemple:

add_filter('woof_term_count_format', function ($format, $tax_slug) {
    $format = '|%d|';
    return $format;
}, 10, 2);