Closed dshanske closed 5 years ago
The problem is, that cache invalidation, based on plugin, could be on...
pre_post_update, wp_trash_post, publish_post, switch_theme, wp_update_nav_menu, edit_user_profile_update, edited_term, save_post...
So, how do I invalidate caches when adding a link for a webmention after something is published?
Latest push triggers edit_post when adding a link. Should hopefully trip most caches
When adding the syndication link, trigger edit_post and save_post to clear the cache on most caching plugins.