Warning: This hook has been deprecated.
apply_filters( 'bp_core_get_specific_users_count_sql', string $sql )
Filter the SQL string used for querying specific user paged results.
Description Description
This same filter name is used for the user count SQL, and so should be avoided. Use ‘bp_core_user_get_specific_users_paged_sql’ instead.
Parameters Parameters
- $sql
-
SQL string.
Source Source
File: bp-core/classes/class-bp-core-user.php
Changelog Changelog
Version | Description |
---|---|
2.3.0 | Introduced. |