Skip to content

Instantly share code, notes, and snippets.

@BeardedGinger
Last active May 4, 2016 19:45
Show Gist options
  • Save BeardedGinger/ce804836ff8e862270489e2d70658c62 to your computer and use it in GitHub Desktop.
Save BeardedGinger/ce804836ff8e862270489e2d70658c62 to your computer and use it in GitHub Desktop.
<?php
$args = array(
'orderby' => 'meta_value',
'meta_key' => 'network_post_count',
'order' => 'DESC',
);
$authors = new WP_User_Query( $args );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment