=== VL Cloudflare Cache Purge ===
Contributors: nitinraghav
Tags: cloudflare, cache, static kv
Donate link: https://nitinraghav.com/
Requires at least: 5.8
Tested up to: 5.9.2
Requires PHP: 7.0
Stable tag: 1.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

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)

== 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)

== Installation ==
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\'
`

== Frequently Asked Questions ==
= Who Can You This? =

The one who is using CloudFlare for storing Static Key Value pairs of the site and the site cache, can use this plugin

= What I need to use this plugin? =

You will need three things to run this plugin
* Zone ID - that can be seen on overview page of the site
* Auth Token - That can be created from the profile section that can manage workers
* Auth: username and password that can access the API for CLoudFlare.