Uses
Uses | Description |
---|---|
wp-includes/cache.php: wp_cache_get() | Retrieves the cache contents from the cache by key and group. |
wp-includes/cache.php: wp_cache_set() | Saves the data to the cache. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/comment.php: wp_count_comments | Filters the comments count for a given post or the whole site. |
wp-includes/comment.php: get_comment_count() | Retrieves the total comment counts for the whole site or a single post. |