Skip to content

Commit

Permalink
Merge pull request #16 from justcoded/develop
Browse files Browse the repository at this point in the history
Removed ContactForm7 DB autosave by default because of GDPR
  • Loading branch information
aprokopenko authored May 17, 2018
2 parents fa93f82 + bcd6022 commit 1cfccde
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/Theme.php
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,5 @@ public function support_plugins() {
if ( Autoptimize::check_requirements() ) {
Autoptimize::instance();
}
if ( Contact_Form7::check_requirements() ) {
Contact_Form7::instance();
}
}
}

0 comments on commit 1cfccde

Please sign in to comment.