Skip to content

Instantly share code, notes, and snippets.

@webdados
Created February 23, 2021 22:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save webdados/aac9dab4002594b30db05aaaea619370 to your computer and use it in GitHub Desktop.
Save webdados/aac9dab4002594b30db05aaaea619370 to your computer and use it in GitHub Desktop.
Return 10 users and 10 order (20 results) to the Shop As Client Pro Add-on autocomplete feature
<?php
//Return 10 users and 10 order (20 results) to the Shop As Client Pro Add-on autocomplete feature
add_filter( 'shop_as_client_autocomplete_limit', function( $limit ) {
return 10;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment