apply_filters( 'bp_notifications_get_where_conditions', array $where_conditions, array $args, string $select_sql, string $from_sql, string $join_sql, string $meta_query_sql )

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


Description Description


Parameters Parameters

$where_conditions

Current conditions for MySQL WHERE statement.

$args

Parsed arguments passed into method.

$select_sql

Current SELECT MySQL statement at point of execution.

$from_sql

Current FROM MySQL statement at point of execution.

$join_sql

Current INNER JOIN MySQL statement at point of execution.

$meta_query_sql

Current meta query WHERE statement at point of execution.


Top ↑

Source Source

File: bp-notifications/classes/class-bp-notifications-notification.php


Top ↑

Changelog Changelog

Changelog
Version Description
2.3.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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