apply_filters( 'bp_groups_get_total_groups_sql', string $t_sql , array $total_sql , array $r )
Filters the SQL used to retrieve total group results.
Parameters Parameters
- $t_sql
-
(string) Concatenated SQL statement used for retrieving total group results.
- $total_sql
-
(array) Array of SQL parts for the query.
- $r
-
(array) Array of parsed arguments for the get method.
Source Source
Changelog Changelog
Version | Description |
---|---|
1.5.0 | Introduced. |