-
Henry Wright replied to the topic Display all registered user in the forum Installing BuddyPress 9 years, 9 months ago
Hi @hemant-ahir
echo bp_core_get_total_member_count();
This will display the total number of members for your installation. Note that this particular figure will account for all non-spam activated users even if they have done nothing on your site after activating their account.
echo bp_core_get_active_member_count();
This figure is the total…[Read more]
-
Henry Wright replied to the topic Display all registered user in the forum Installing BuddyPress 9 years, 9 months ago
Hi @hemant-ahir
echo bp_core_get_total_member_count();
This will display the total number of members for your installation. Note that this particular figure will account for all non-spam activated users even if they have done nothing on your site after activating their account.
echo bp_core_get_active_member_count();
This figure is the total…[Read more]
-
Henry Wright replied to the topic Display all registered user in the forum Installing BuddyPress 9 years, 9 months ago
Hi @hemant-ahir
echo bp_core_get_total_member_count();
This will display the total number of members for your installation. Note that this particular figure will account for all non-spam activated users.
echo bp_core_get_active_member_count();
This figure is the total number of members that have performed some kind of site activity (i.e.…[Read more]
@hemant-ahir
Active 2 weeks, 5 days ago