I'd like to display a some stats of my BuddyPress network, therefore, I need to get a number of all members, all groups and all blogs created on that.
Francisco Javier Carazo Gil answers:
Look at this plugin: http://wordpress.org/extend/plugins/buddypress-community-stats/
Francisco Javier Carazo Gil comments:
If you want functions look at it:
Members: bp_core_get_total_member_count()
Groups: groups_get_total_group_count()
And blogs is not BuddyPress, this is WP Network:
Blogs: get_blog_count()
Igor comments:
Hi Francisco,
Thank you for your quick reply.
Cheers!