apply_filters( 'found_users_query', string $sql , WP_User_Query $this )
Filters SELECT FOUND_ROWS() query for the current WP_User_Query instance.
Description Description
Parameters Parameters
- $sql
-
(string) The SELECT FOUND_ROWS() query for the current WP_User_Query.
- $this
-
(WP_User_Query) The current WP_User_Query instance.
Source Source
Changelog Changelog
Version | Description |
---|---|
5.1.0 | Added the $this parameter. |
3.2.0 | Introduced. |