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' );