Skip to content

Instantly share code, notes, and snippets.

@smartdeal
Created November 21, 2016 12:43
Show Gist options
  • Save smartdeal/f942a860d5732201c5007cd9d3bc6963 to your computer and use it in GitHub Desktop.
Save smartdeal/f942a860d5732201c5007cd9d3bc6963 to your computer and use it in GitHub Desktop.
Disabled validate forms
<?php
add_filter( 'wpcf7_validate_configuration', '__return_false' );
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment