Viewing 1 replies (of 1 total)
  • Taken from wpdb

    <?php
    $user_count = $wpdb->get_var("SELECT COUNT(*) FROM $wpdb->users;");?>
    <p><?php echo 'user count is ' . $user_count; ?></p>
Viewing 1 replies (of 1 total)
  • The topic ‘Show Member Count’ is closed to new replies.