Filters SELECT FOUND_ROWS() kery for the current WP_User_Query instance.
Parameters
-
$sqlstring -
The SELECT FOUND_ROWS() kery for the current WP_User_Query .
-
$queryWP_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.