Lines:
1 to 24 of 24
<?php /** * Comment API: WP_Comment_Query class * * @package WordPress * @subpackage Comments * @since 4.4.0 */ /* class WP_Comment_Query */ /* function WP_Comment_Query::__call() – Make private/protected methods readable for backward compatibility. */ /* function WP_Comment_Query::__construct() – Constructor. */ /* function WP_Comment_Query::parse_query() – Parse arguments passed to the comment query with default query parameters. */ /* function WP_Comment_Query::query() – Sets up the WordPress query for retrieving comments. */ /* function WP_Comment_Query::get_comments() – Get a list of comments matching the query vars. */ /* function WP_Comment_Query::get_comment_ids() – Used internally to get a list of comment IDs matching the query vars. */ /* function WP_Comment_Query::set_found_comments() – Populates found_comments and max_num_pages properties for the current query if the limit clause was used. */ /* function WP_Comment_Query::fill_descendants() – Fetch descendants for located comments. */ /* function WP_Comment_Query::get_search_sql() – Used internally to generate an SQL string for searching across multiple columns */ /* function WP_Comment_Query::parse_orderby() – Parse and sanitize ‘orderby’ keys passed to the comment query. */ /* function WP_Comment_Query::parse_order() – Parse an ‘order’ query variable and cast it to ASC or DESC as necessary. */