Looking for help?
Show more customers search result
default, customer search result is 5. to change it, use this snippet code in your theme/functions.php or in snippet code plugin
add_filter('op_search_customer_result_per_page',function(){
return 10 ; // change to number you want
});