HUSKY - WooCommerce Products Filter Professional

How to insert any HUSKY filter above the products?

In file functions.php of the current WordPress theme add next code:

add_action('woocommerce_before_shop_loop', function () {
    if (!WOOF_REQUEST::isset('woof_before_shop_loop_done')) {
        echo do_shortcode('[woof_front_builder name="top filter"]');
    }
}, 2);

Attribute ‘name‘ can has any name, but unique

 


Troubles? Ask for Support!