Tagged Questions
1
vote
1answer
447 views
How to use “offset” to paginate get_users?
Is is possible to paginate the get_users function with the "offset" parameter?
I have complete my custom query of users for my list and now I need to paginate the results into multiple pages.
Here ...
2
votes
1answer
453 views
How to paginate the get_users function?
Im using the get_users function to show a custom list of users on the site. The only issue Im having a problem figuring out now is how to paginate the result.
This is a sample of the function that Im ...