found_posts
最后更新于:2021-11-26 10:16:04
apply_filters_ref_array( ‘found_posts’, int $found_posts, GC_Query $query )
Filters the number of found posts for the query.
参数
- $found_posts
-
(int)
The number of posts found.
- $query
-
(GC_Query)
The GC_Query instance (passed by reference).
源文件
文件: gc-includes/class-gc-query.php
View on Trac