Skip to content

Instantly share code, notes, and snippets.

@rahularyan
Created September 4, 2017 01:37
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 rahularyan/54b98ad12c88c2f89854c21363509e97 to your computer and use it in GitHub Desktop.
Save rahularyan/54b98ad12c88c2f89854c21363509e97 to your computer and use it in GitHub Desktop.
<?php
// Thsi query will order users by reputation by default.
$user_args = array(
'ap_query' => true,
'role__not_in' => [ 'administrator', 'ap_moderator' ],
'number' => $number,
);
$ap_user_query = get_users( $user_args );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment