Wordpress - WordPress Query and Database
What will the following code output if the
wp_users table has 5 users?$count = $wpdb->get_var('SELECT COUNT(*) FROM wp_users');
echo $count;