found_users_query

最后更新于:2021-11-26 10:22:28

apply_filters( ‘found_users_query’, string $sql, GC_User_Query $query )

Filters SELECT FOUND_ROWS() query for the current GC_User_Query instance.

参数

$sql

(string)
The SELECT FOUND_ROWS() query for the current GC_User_Query.

$query

(GC_User_Query)
The current GC_User_Query instance.

源文件

文件: gc-includes/class-gc-user-query.php

View on Trac