Order the users by the date of their latest post

Question

I use the following code for getting the authors of in my multi-author blog and order them by their post count. I want to order them by the date of their last post

$authors = get_users('role=author&orderby=post_count&order=DESC');
0
, Midhun 10 years 2013-04-18T05:16:53-05:00 0 Answers 100 views 0

Leave an answer

Browse
Browse