This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* @ author https://www.kevinpareek.com | |
* @ Tuesday, 7 April 2020 | |
**/ | |
class cf_ipBan | |
{ | |
private $cfEmail; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* @ author https://www.kevinpareek.com | |
* @ Monday, 23 December 2019 | |
**/ | |
class CdnWPFC{ | |
public static function cloudflare_clear_cache($email = false, $key = false, $zoneid = false){ | |
if(!$email && !$key && !$zoneid){ | |
if($cdn_values = get_option("WpFastestCacheCDN")){ |