dshanske / syndication-links

Add and Display Syndication Links in WordPress
https://wordpress.org/plugins/syndication-links/
GNU General Public License v2.0
30 stars 13 forks source link

Cache Busting #108

Closed dshanske closed 5 years ago

dshanske commented 5 years ago

When adding the syndication link, trigger edit_post and save_post to clear the cache on most caching plugins.

dshanske commented 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?

dshanske commented 5 years ago

Latest push triggers edit_post when adding a link. Should hopefully trip most caches