keycdn / cache-enabler

A lightweight caching plugin for WordPress that makes your website faster by generating static HTML files.
https://wordpress.org/plugins/cache-enabler/
123 stars 46 forks source link

Clear post cache on post meta update #306

Closed florian72810 closed 2 years ago

florian72810 commented 2 years ago

Hello 👋

I noticed a problem when using Cache Enabler with KK Star Rating plugin.

When a new rating is added, the post cache is not cleared.

KK Star Rating is using update_post_meta and add_post_meta to save new ratings.

This PR adds a clear post cache action on the updated_post_meta and added_post_meta hooks.