From bcd6022086793a1c7ed882f5b939c7adea1840ad Mon Sep 17 00:00:00 2001 From: alex_prokopenko Date: Thu, 17 May 2018 16:19:34 +0300 Subject: [PATCH] Removed ContactForm7 DB autosave by default because of GDPR --- app/Theme.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/Theme.php b/app/Theme.php index 2d46f70..953c898 100644 --- a/app/Theme.php +++ b/app/Theme.php @@ -151,8 +151,5 @@ public function support_plugins() { if ( Autoptimize::check_requirements() ) { Autoptimize::instance(); } - if ( Contact_Form7::check_requirements() ) { - Contact_Form7::instance(); - } } }