apply_filters( 'bp_activity_get_join_sql', string $join_sql, array $r, string $select_sql, string $from_sql, string $where_sql )

Filter the MySQL JOIN clause for the main activity query.


Description Description


Parameters Parameters

$join_sql

JOIN clause.

$r

Method parameters.

$select_sql

Current SELECT MySQL statement.

$from_sql

Current FROM MySQL statement.

$where_sql

Current WHERE MySQL statement.


Top ↑

Source Source

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


Top ↑

Changelog Changelog

Changelog
Version Description
2.5.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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