1. Home
  2. Docs
  3. RCP BuddyPress
  4. Filters
  5. rcpbp_show_group_count

rcpbp_show_group_count

Determine whether the group count notice should be shown on a user’s BuddyPress group profile tab.

Parameters:

$show - boolean, should the notice show?

Examples:

// Return false to prevent the notice from showing
add_filter( 'rcpbp_group_count_show', '__return_false' );
Was this article helpful to you? Yes No

How can we help?