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 Description


Parameters 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.


Top ↑

Source Source

File: bp-activity/classes/class-bp-activity-activity.php


Top ↑

Changelog Changelog

Changelog
Version Description
1.5.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.