Uses
Uses | Description |
---|---|
wp-includes/comment.php: clean_comment_cache | Fires immediately after a comment has been removed from the object cache. |
wp-includes/cache.php: wp_cache_delete() | Removes the cache contents matching key and group. |
wp-includes/cache.php: wp_cache_set() | Saves the data to the cache. |
wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. |