do_action_ref_array( 'pre_user_query', WP_User_Query $this )
Fires after the WP_User_Query has been parsed, and before the query is executed.
Description Description
The passed WP_User_Query object contains SQL parts formed from parsing the given query.
Parameters Parameters
- $this
-
(WP_User_Query) The current WP_User_Query instance, passed by reference.
Source Source
Changelog Changelog
Version | Description |
---|---|
3.1.0 | Introduced. |
User Contributed Notes User Contributed Notes
You must log in before being able to contribute a note or feedback.
Find user by usermeta add change the meta key or add more meta keys
OR meta_key='key_name'
between () on WHERE lineExpand full source codeCollapse full source code