HUSKY - Products Filter Professional for WooCommerce

woof_text_autocomplete_items

Combien de posts doivent retourner la fonctionnalité d'autocomplétion pour le champ de texte

add_filter('woof_text_autocomplete_items', function($count){       
       return 5;
   });