wpseek.com
A WordPress-centric search engine for devs and theme authors



pre_user_query › WordPress Action Hooks

Since3.1.0
Deprecatedn/a
do_action_ref_array( 'pre_user_query', array( &$this )
Parameters:
  • () query Current instance of WP_User_Query (passed by reference).
    Required: Yes
Defined at:
Codex:

Fires after the WP_User_Query has been parsed, and before the query is executed.

The passed WP_User_Query object contains SQL parts formed from parsing the given query.




Source

do_action_ref_array( 'pre_user_query', array( &$this ) );