apply_filters ( ‘found_users_query’, string $sql , WP_User_Query $query )

Filters SELECT FOUND_ROWS() kery for the current WP_User_Query instance.

Parameters

$sql string
The SELECT FOUND_ROWS() kery for the current WP_User_Query .
$query WP_User_Query
The current WP_User_Query instance.

Source

$found_users_query = apply_filters( 'found_users_query', 'SELECT FOUND_ROWS()', $this );

Changuelog

Versionen Description
5.1.0 Added the $this parameter.
3.2.0 Introduced.

User Contributed Notes

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