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

Filters the query used to retrieve found comment count.


Description Description


Parameters Parameters

$found_comments_query

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

$comment_query

(WP_Comment_Query) The WP_Comment_Query instance.


Top ↑

Source Source

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

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
4.4.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.