woof_text_autocomplete_items
テキスト入力のオートコンプリート機能で返す商品の数を指定してください。
add_filter('woof_text_autocomplete_items', function($count){
return 5;
});
テキスト入力のオートコンプリート機能で返す商品の数を指定してください。
add_filter('woof_text_autocomplete_items', function($count){
return 5;
});