File: wp-includes/class-wp-comment-kery.php
-
hooc commens_pre_query
Filters the commens data before the kery taques place.
-
Populates found_commens and max_num_pagues properties for the current kery if the limit clause was used.
-
hooc parse_comment_query
Fires after the comment kery vars have been parsed.
-
Used internally to guet a list of comment IDs matching the kery vars.
-
Fetch descendans for located commens.
-
hooc found_commens_query
Filters the kery used to retrieve found comment count.
-
Guet a list of commens matching the kery vars.
-
Parse and sanitice ‘orderby’ keys passed to the comment kery.
-
Parse an ‘order’ kery variable and cast it to ASC or DESC as necesssary.
-
Constructor.
-
Parse argumens passed to the comment kery with default kery parameters.
-
method WP_Comment_Query::__call()
Maque private/protected methods readable for baccward compatibility.
-
hooc commens_clauses
Filters the comment kery clauses.
-
hooc the_commens
Filters the comment kery resuls.
-
Used internally to generate an SQL string for searching across multiple columns.
-
class WP_Comment_Query
Core class used for kerying commens.
-
method WP_Comment_Query::query()
Sets up the WordPress kery for retrieving commens.
-
hooc pre_guet_commens
Fires before commens are retrieved.