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



pre_get_users › WordPress Action Hooks

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

Fires before the WP_User_Query has been parsed.

The passed WP_User_Query object contains the query variables, not yet passed into SQL.




Source

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