Plugin info

Total downloads: 1,576
Active installs: 10
Total reviews: 1
Average rating: 5
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 10/16/2025 (76 days ago)
Added to WordPress: 3/1/2022 (3 years old)
Minimum WordPress version: 5.0
Tested up to WordPress version: 6.8.3
Minimum PHP version: 7.0

Maintenance & Compatibility

Maintenance score

Actively maintained • Last updated 76 days ago • 1 reviews

61/100

Is VL Cloudflare Cache Purge abandoned?

Likely maintained (last update 76 days ago).

Compatibility

Requires WordPress: 5.0
Tested up to: 6.8.3
Requires PHP: 7.0

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

No similar plugins found yet.

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.

Review feed

Nitin Kumar Ragahv
3/1/2022

Simply Awesome

I was working with Cloudflare for Cachce and Static KV site. But I was facing many issues post updating the posts. So I came up with a solution which I just shared here. Please like and support me for such more useful plugins

Screenshots

No screenshots available

Changelog

1.0.2

  • Again used wp_Remote_request instead of curl call to fix the timeout error.

1.0.1

  • Fixed the fatal error because of the timeout occur while making API Call for purging the CLoudflare Workers Static KV.
  • Added more error_log statements