apply_filters( 'bp_found_user_query', string $value, BP_User_Query $this )

Filters the found user SQL statements before query.


Description Description

If "sql_calc_found_rows" is the provided count_total query var then the value will be "SELECT FOUND_ROWS()". Otherwise it will use a "SELECT COUNT()" query statement.


Parameters Parameters

$value

SQL statement to select FOUND_ROWS().

$this

Current BP_User_Query instance.


Top ↑

Source Source

File: bp-core/classes/class-bp-user-query.php


Top ↑

Changelog Changelog

Changelog
Version Description
1.7.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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