WordPress Cloudflare Cache Purge Plugin - Rating, Reviews, Demo & Download
Plugin Description
This plugin adds a updated_post hook in the post update process and with the help of it, it deletes the cache of the page in cloudflare cache and KV storage(static cache)
To setup this plugin add following constants in the wp-config.php file before activating it.
`
define(‘CF_ZONE_ID’, ”);
define(‘CF_AUTH_TOKEN’, ”);
define(‘CF_KV_AUTH’, ”); # http auth username and password if the site is password protected. If not just add ‘test:test’
`
Screenshots
No screenshots provided