This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

VL Cloudflare Cache Purge

ਵੇਰਵਾ

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\'

ਅਕਸਰ ਪੁੱਛੇ ਜਾਂਦੇ ਸਵਾਲ

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.

ਸਮੀਖਿਆਵਾਂ

1 ਮਾਰਚ 2022
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
Read all 1 review

ਯੋਗਦਾਨੀ ਤੇ ਵਿਕਾਸਕਾਰ

“VL Cloudflare Cache Purge” is open source software. The following people have contributed to this plugin.

ਯੋਗਦਾਨੀ

“VL Cloudflare Cache Purge” ਦਾ ਆਪਣੀ ਭਾਸ਼ਾ ਵਿੱਚ ਅਨੁਵਾਦ ਕਰੋ।

ਵਿਕਾਸ ਕਾਰਜ ਵਿੱਚ ਰੁਚੀ ਰੱਖਦੇ ਹੋ?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

ਤਬਦੀਲੀ-ਚਿੱਠਾ

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