Filters SELECT FOUND_ROWS() query for the current WP_User_Query instance.
Parameters
$sql
string- The SELECT FOUND_ROWS() query 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 );
User Contributed Notes
You must log in before being able to contribute a note or feedback.