Rakesh Roy

Results 1 comments of Rakesh Roy

Addition to you code we should add this filter also in `cloudflare.loader.php` after line number 104 ``` $cloudflarePurgeIndividualURLActions = apply_filters('cloudflare_purge_individual_url_actions', $cloudflarePurgeIndividualURLActions); foreach ($cloudflarePurgeIndividualURLActions as $action) { add_action($action, array($cloudflareHooks, 'purgeCacheByUrl'), PHP_INT_MAX);...