
ycikdevelopment(@ycikdevelopment)
33 Posts
Customers
Quote from ycikdevelopment on October 12, 2023, 17:30
Hi,
I want empty terms to be hidden as seen in this image attached.
https://app.screencast.com/2ObENDST2QbAR
This is the website - https://wildmongoo.co.za/shop-all/
These categories are empty so I want them to be hidden.
Activating dynamic count is not an option because it slows down the website.
Hi,
I want empty terms to be hidden as seen in this image attached.
https://app.screencast.com/2ObENDST2QbAR
This is the website - https://wildmongoo.co.za/shop-all/
These categories are empty so I want them to be hidden.
Activating dynamic count is not an option because it slows down the website.

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on October 13, 2023, 12:32
Hello
Please paste your license key here - https://share.pluginus.net/image/i20230222134241.png -> https://share.pluginus.net/image/i20230222134511.png
Try in file functions.php add:
add_filter('woof_get_terms_args', function($args){
$args['hide_empty'] = true;
return $args;
});
Hello
Please paste your license key here - https://share.pluginus.net/image/i20230222134241.png -> https://share.pluginus.net/image/i20230222134511.png
Try in file functions.php add:
add_filter('woof_get_terms_args', function($args){
$args['hide_empty'] = true;
return $args;
});

ycikdevelopment(@ycikdevelopment)
33 PostsTopic Author
Customers
Quote from ycikdevelopment on October 13, 2023, 15:12
Thank you it works.
Thank you it works.

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on October 16, 2023, 12:35
Welcome;)
Welcome;)