Skip to content

Instantly share code, notes, and snippets.

@KaineLabs
Created February 13, 2018 02:46
Show Gist options
  • Save KaineLabs/4705dcada66a116fa1f58c9ff275acc3 to your computer and use it in GitHub Desktop.
Save KaineLabs/4705dcada66a116fa1f58c9ff275acc3 to your computer and use it in GitHub Desktop.
Show All Site Members Count.
/**
* Show All Site Members Count.
*/
function youzer_show_all_site_members_count() {
return bp_get_total_site_member_count();
}
add_filter( 'bp_get_total_member_count', 'youzer_show_all_site_members_count' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment