Never mind.
Was missing the analytics -> read permission
An error, instead of just a blank page would probably be an idea??
Great. 😀
This should be all that is needed:
if ( is_plugin_active( ‘wp-cloudflare-page-cache/wp-cloudflare-super-page-cache.php’ ) )
{
do_action(“swcfpc_purge_cache”);
}
Ok.
You did not answer the most important part, is there something I need to do to make this change happen on existing installs? All my sites are still using the old ‘cache everything’ page rule.
Same problem here, both plugins updated.
Worked fine before updating.