Created
February 13, 2018 02:46
-
-
Save KaineLabs/4705dcada66a116fa1f58c9ff275acc3 to your computer and use it in GitHub Desktop.
Show All Site Members Count.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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