get_sitestats

Definition:
function get_sitestats() {}

Gets the network’s site and user counts.

Return values

returns:Site and user count for the network.

Source code

function get_sitestats() {

	global $wpdb;



	$stats = array(

		'blogs' => get_blog_count(),

		'users' => get_user_count(),

	);



	return $stats;

}

1693

No comments yet... Be the first to leave a reply!

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: