bp_groups_total_group_count

bp_groups_total_group_count

Hook Type: filter

See hook in core

Displaying hooks found in version: buddypress.14.3.3

apply_filters('bp_groups_total_group_count') is found 1 times:

  • /bp-groups/classes/class-bp-groups-group.php line 1779
    1775
    1776
    1777
    1778
    1779
    1780
    1781
    1782
    1783
    1784
    1785
         * @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