HUSKY - Product Filter for WooCommerce

woof_exclude_existing_variations

Версія v.2.2.6

Improves in stock search. Need because not everyone needs variations in the search results and also allows avoid excess requests. By default is false. Приклад:

add_filter('woof_exclude_existing_variations', function ($init) {
    $init = true;
    return $init;
});