apply_filters( 'bp_groups_get_paged_groups_sql', string $value , array $sql , array $r )
Filters the pagination SQL statement.
Parameters Parameters
- $value
-
(string) Concatenated SQL statement.
- $sql
-
(array) Array of SQL parts before concatenation.
- $r
-
(array) Array of parsed arguments for the get method.
Source Source
Changelog Changelog
Version | Description |
---|---|
1.5.0 | Introduced. |