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

Parameters

$where_conditions

(array) Current conditions for MySQL WHERE statement.

$args

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

$meta_query_sql

(string) Current meta query WHERE statement at point of execution.

Source

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

Changelog

Changelog
Version Description
BuddyPress 2.3.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.