do_action( 'pre_get_users', WP_User_Query $this )

Fires before the WP_User_Query has been parsed.


Description Description

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


Parameters Parameters

$this

(WP_User_Query) The current WP_User_Query instance, passed by reference.


Top ↑

Source Source

File: wp-includes/class-wp-user-query.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
4.0.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.