| 1 | | WP_User_Query is meant to query and/or join wp_users and wp_usermeta, neither of which have anything to do with posts, unless you are talking about ordering by post_count? Even so, your 'post-type' query arg doesn't change the SQL. |
| 2 | | |
| 3 | | What's your use case? Are you trying to order authors by their post count for a particular post_type? |
| | 1 | WP_User_Query is meant to query and/or join wp_users and wp_usermeta, neither of which have anything to do with posts, unless you are talking about ordering by post_count? What's your use case? Are you trying to order authors by their post count for a particular post_type? |