Voeg deze code toe aan functions.php van je thema of Code Snippets.


<?php
/** enables filter when show product catgories is enabled in woocommerce **/
add_filter( 'facetwp_woocommerce_support_categories_display', '__return_true' );