apply_filters( 'found_comments_query', string $found_comments_query, WP_Comment_Query $comment_query )

Filters the query used to retrieve found comment count.

Parameters

$found_comments_query

(string) SQL query. Default 'SELECT FOUND_ROWS()'.

$comment_query

(WP_Comment_Query) The WP_Comment_Query instance.

Source

File: wp-includes/class-wp-comment-query.php

View on Trac

Changelog

Version Description
4.4.0 Introduced.

© 2003–2021 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/found_comments_query