apply_filters( 'bp_activity_get_user_join_filter', string $value , string $select_sql , string $from_sql , string $where_sql , string $sort )
Filters the legacy MySQL query statement so plugins can alter before results are fetched.
Description
Parameters
- $value
-
Concatenated MySQL statement pieces to be query results with for legacy query.
- $select_sql
-
Final SELECT MySQL statement portion for legacy query.
- $from_sql
-
Final FROM MySQL statement portion for legacy query.
- $where_sql
-
Final WHERE MySQL statement portion for legacy query.
- $sort
-
Final sort direction for legacy query.
Source
Changelog
Version | Description |
---|---|
BuddyPress 1.5.0 | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.