最后更新于:2021-11-26 02:09:19
apply_filters_ref_array( ‘comment_feed_limits’, string $climits, GC_Query $query )
Filters the LIMIT clause of the comments feed query before sending.
参数
- $climits
-
(string)
The JOIN clause of the query.
- $query
-
(GC_Query)
The GC_Query instance (passed by reference).
源文件
文件: gc-includes/class-gc-query.php
View on Trac