apply_filters( 'bp_activity_get_where_conditions', array $where_conditions, array $r, string $select_sql, string $from_sql, string $join_sql )

Filters the MySQL WHERE conditions for the Activity items get method.


Parameters Parameters

$where_conditions

(array) Current conditions for MySQL WHERE statement.

$r

(array) Parsed arguments passed into method.

$select_sql

(string) Current SELECT MySQL statement at point of execution.

$from_sql

(string) Current FROM MySQL statement at point of execution.

$join_sql

(string) Current INNER JOIN MySQL statement at point of execution.


Source Source

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

View on Trac



Top ↑

Changelog Changelog

Changelog
Version Description
1.9.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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