HUSKY - Product Filter for WooCommerce

woof_text_autocomplete_items

テキスト入力のオートコンプリート機能で返す商品の数を指定してください。

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