posts_fields
最后更新于:2021-11-27 14:48:58
apply_filters_ref_array( ‘posts_fields’, string $fields, GC_Query $query )
Filters the SELECT clause of the query.
参数
- $fields
-
(string)
The SELECT clause of the query.
- $query
-
(GC_Query)
The GC_Query instance (passed by reference).
源文件
文件: gc-includes/class-gc-query.php
View on Trac