/home/desid573/verdenaturopathy.com.au/wp-content/plugins/really-simple-ssl
NameSizeModeActions
assets/-0755rm
css/-0755rm
grid/-0755rm
img/-0755rm
includes/-0755rm
js/-0755rm
languages/-0755rm
testssl/-0755rm
class-admin.php1771130644editdlrm
class-cache.php17570644editdlrm
class-certificate.php77490644editdlrm
class-front-end.php44340644editdlrm
class-help.php14340644editdlrm
class-mixed-content-fixer.php57310644editdlrm
class-multisite.php452640644editdlrm
class-rsssl-wp-cli.php5740644editdlrm
class-server.php16000644editdlrm
class-site-health.php56870644editdlrm
class-url.php400644editdlrm
force-deactivate.txt35060644editdlrm
index.php340644editdlrm
multisite-cron.php12990644editdlrm
readme.txt303460644editdlrm
rlrsssl-really-simple-ssl.php70670644editdlrm
ssl-test-page.php18190644editdlrm
system-status.php44420644editdlrm
uninstall-num.php00644editdlrm
uninstall.php3540644editdlrm
Edit: /home/desid573/verdenaturopathy.com.au/wp-content/plugins/really-simple-ssl/class-cache.php (1757B)
capability)) return; add_action( 'admin_head', array($this,'flush_w3tc_cache')); add_action( 'admin_head', array($this,'flush_fastest_cache')); add_action( 'admin_head', array($this,'flush_zen_cache')); //keep getting errors from wp-rocket. //add_action( 'admin_head', array($this,'flush_wp_rocket')); } public function flush_w3tc_cache() { if (function_exists('w3tc_flush_all')) { w3tc_flush_all(); } } public function flush_fastest_cache() { if(class_exists('WpFastestCache') ) { $GLOBALS["wp_fastest_cache"]->deleteCache(TRUE); } } public function flush_zen_cache() { if (class_exists('\\zencache\\plugin') ) { $GLOBALS['zencache']->clear_cache(); } } public function flush_wp_rocket() { if (function_exists("rocket_clean_domain")) { rocket_clean_domain(); } } }//class closure }