bp_groups_total_group_count

bp_groups_total_group_count

Hook Type: filter

See hook in core

Displaying hooks found in version: buddypress.12.4.0

apply_filters('bp_groups_total_group_count') is found 1 times:

  • /bp-groups/classes/class-bp-groups-group.php line 1779
    		 * @since 10.0.0
    		 *
    		 * @param int $count Total group count.
    		 */
    		return (int) apply_filters( 'bp_groups_total_group_count', (int) $count );
    	}
    
    	/**
    	 * Get the member count for a group.
    	 *
    	 * @since 1.6.0