HUSKY - WooCommerce Products Filter Professional

woof_term_count_format

Made its possible to change the counter format – by default it transmits ‘(%d)

Example:

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

 


Troubles? Ask for Support!