Skip to:
Content
Pages
Categories
Search
Top
Bottom

Removing all members count


  • wrowlands
    Participant

    @wrowlands

    How do I remove all members count from my main page of Buddypress?

Viewing 2 replies - 1 through 2 (of 2 total)

  • @ChrisClayton
    Participant

    @chrisclayton

    The function used to return it is bp_get_total_member_count() located within bp-core/bp-core-template.php. We can filter it to return nothing with:

    add_filter (‘bp_get_total_member_count’, ‘__return_false’);


    RomanSB
    Participant

    @romansb

    @ChrisClayton may be outdated, but where did you place the filter?

    Thanks,

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Removing all members count’ is closed to new replies.
Skip to toolbar