The Cloudflare plugin requires a PHP version of at least ' . CLOUDFLARE_MIN_PHP_VERSION . '; you have ' . PHP_VERSION . '.

', 'Plugin Activation Error', array('response' => 200, 'back_link' => true)); } // Plugin uses namespaces. To support old PHP version which doesn't support // namespaces we load everything in "cloudflare.loader.php" require_once CLOUDFLARE_PLUGIN_DIR . 'cloudflare.loader.php';