Uses
Uses | Description |
---|---|
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/taxonomy.php: clean_object_term_cache() | Removes the taxonomy relationship to terms from the cache. |
wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. |
wp-includes/post.php: clean_post_cache | Fires immediately after the given post’s cache is cleaned. |
wp-includes/post.php: clean_page_cache | Fires immediately after the given page’s cache is cleaned. |
wp-includes/post.php: get_post() | Retrieves post data given a post ID or post object. |