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

(string) Concatenated MySQL statement pieces to be query results with for legacy query.

$select_sql

(string) Final SELECT MySQL statement portion for legacy query.

$from_sql

(string) Final FROM MySQL statement portion for legacy query.

$where_sql

(string) Final WHERE MySQL statement portion for legacy query.

$sort

(string) Final sort direction for legacy query.

Source

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

Changelog

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.