Skip to content

Commit

Permalink
Removed ContactForm7 DB autosave by default because of GDPR
Browse files Browse the repository at this point in the history
  • Loading branch information
aprokopenko committed May 17, 2018
1 parent fa93f82 commit bcd6022
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 bcd6022

Please sign in to comment.