posts_clauses_request

最后更新于:2021-11-27 14:45:06

apply_filters_ref_array( ‘posts_clauses_request’, string[] $pieces, GC_Query $query )

Filters all query clauses at once, for convenience.

参数

$pieces

(string[])
Associative array of the pieces of the query.

$query

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

源文件

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

View on Trac