found_comments_query

最后更新于:2021-11-26 10:11:52

apply_filters( ‘found_comments_query’, string $found_comments_query, GC_Comment_Query $comment_query )

Filters the query used to retrieve found comment count.

参数

$found_comments_query

(string)
SQL query. Default ‘SELECT FOUND_ROWS()’.

$comment_query

(GC_Comment_Query)
The GC_Comment_Query instance.

源文件

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

View on Trac