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

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

Description

Parameters

$where_conditions

Current conditions for MySQL WHERE statement.

$r

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.

Source

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

Changelog

Changelog
Version Description
BuddyBoss 1.4.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.