Uses
Uses | Description |
---|---|
wp-includes/class-wp-comment-query.php: comments_pre_query | Filter the comments data before the query takes place. |
wp-includes/functions.php: wp_cache_get_last_changed() | Gets last changed date for the specified cache group. |
wp-includes/class-wp-comment-query.php: WP_Comment_Query::set_found_comments() | Populates found_comments and max_num_pages properties for the current query if the limit clause was used. |
wp-includes/class-wp-comment-query.php: WP_Comment_Query::get_comment_ids() | Used internally to get a list of comment IDs matching the query vars. |
wp-includes/class-wp-comment-query.php: WP_Comment_Query::fill_descendants() | Fetch descendants for located comments. |
wp-includes/comment.php: _prime_comment_caches() | Adds any comments from the given IDs to the cache that do not already exist in cache. |
wp-includes/class-wp-comment-query.php: WP_Comment_Query::parse_query() | Parse arguments passed to the comment query with default query parameters. |
wp-includes/cache.php: wp_cache_get() | Retrieves the cache contents from the cache by key and group. |
wp-includes/cache.php: wp_cache_add() | Adds data to the cache, if the cache key doesn’t already exist. |
wp-includes/functions.php: wp_array_slice_assoc() | Extract a slice of an array, given a list of keys. |
wp-includes/plugin.php: do_action_ref_array() | Calls the callback functions that have been added to an action hook, specifying arguments in an array. |
wp-includes/plugin.php: apply_filters_ref_array() | Calls the callback functions that have been added to a filter hook, specifying arguments in an array. |
wp-includes/post.php: _prime_post_caches() | Adds any posts from the given IDs to the cache that do not already exist in cache |
wp-includes/class-wp-comment-query.php: pre_get_comments | Fires before comments are retrieved. |
wp-includes/class-wp-comment-query.php: the_comments | Filters the comment query results. |
wp-includes/comment.php: get_comment() | Retrieves comment data given a comment ID or comment object. |
wp-includes/class-wp-meta-query.php: WP_Meta_Query::__construct() | Constructor. |