File: bp-forums/core/cache.php |
Description |
---|---|
bbp_clean_post_cache() |
Will clean a post in the cache. |
BBP_Skip_Children |
Skip invalidation of child post content when editing a parent. |
BBP_Skip_Children::__construct() |
Hook into the ‘pre_post_update’ action. |
BBP_Skip_Children::pre_post_update() |
Only clean post caches for main Forums posts. |
BBP_Skip_Children::skip_related_posts() |
Skip cache invalidation of related posts if the post ID being invalidated is not the one that was just updated. |
BBP_Skip_Children::restore_cache_invalidation() |
Restore the cache invalidation to its previous value. |