WP_Comment_Query::set_found_comments()
Method: Populates found_comments and max_num_pages properties for the current query if the limit clause was used.
Source: wp-includes/class-wp-comment-query.php:907
Method: Populates found_comments and max_num_pages properties for the current query if the limit clause was used.
Source: wp-includes/class-wp-comment-query.php:907
Action Hook: Fires after the comment query vars have been parsed.
Source: wp-includes/class-wp-comment-query.php:328
Filter Hook: Filters the query used to retrieve found comment count.
Source: wp-includes/class-wp-comment-query.php:919
Method: Used internally to get a list of comment IDs matching the query vars.
Source: wp-includes/class-wp-comment-query.php:477
Method: Fetch descendants for located comments.
Source: wp-includes/class-wp-comment-query.php:938
Method: Get a list of comments matching the query vars.
Source: wp-includes/class-wp-comment-query.php:358
Method: Parse and sanitize ‘orderby’ keys passed to the comment query.
Source: wp-includes/class-wp-comment-query.php:1076
Method: Parse an ‘order’ query variable and cast it to ASC or DESC as necessary.
Source: wp-includes/class-wp-comment-query.php:1137
Method: Constructor.
Source: wp-includes/class-wp-comment-query.php:253
Method: Parse arguments passed to the comment query with default query parameters.
Source: wp-includes/class-wp-comment-query.php:314
Method: Make private/protected methods readable for backward compatibility.
Source: wp-includes/class-wp-comment-query.php:125
Method: Used internally to generate an SQL string for searching across multiple columns
Source: wp-includes/class-wp-comment-query.php:1053
Class: Core class used for querying comments.
Source: wp-includes/class-wp-comment-query.php:17
Method: Sets up the WordPress query for retrieving comments.
Source: wp-includes/class-wp-comment-query.php:344
Action Hook: Fires before comments are retrieved.
Source: wp-includes/class-wp-comment-query.php:374
Filter Hook: Filters the comment query clauses.
Source: wp-includes/class-wp-comment-query.php:855
Filter Hook: Filters the comment query results.
Source: wp-includes/class-wp-comment-query.php:455