found_posts_query

最后更新于:2021-11-26 10:18:01

apply_filters_ref_array( ‘found_posts_query’, string $found_posts_query, GC_Query $query )

Filters the query to run for retrieving the found posts.

参数

$found_posts_query

(string)
The query to run to find the found posts.

$query

(GC_Query)
The GC_Query instance (passed by reference).

源文件

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

View on Trac