<?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