pre_get_users钩子是Wordpress钩子,动作钩子::在WP_User_查询被解析之前激发。
do_action( ‘pre_get_users’, WP_User_Query $this )
说明(Description)
传递的WP_User_Query对象包含尚未传递到SQL的查询变量。
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$this | (WP_User_Query) | 通过引用传递的当前WP_User_查询实例。 |
源码(Source)
//暂无
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
4.0.0 | wp-includes/class-wp-user-query.php:230 | 1 | 0 |