Skip to content

Instantly share code, notes, and snippets.

@billerickson
Created March 30, 2016 13:20
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save billerickson/9087a9be7815b9fe4ca49406ac183a1a to your computer and use it in GitHub Desktop.
Save billerickson/9087a9be7815b9fe4ca49406ac183a1a to your computer and use it in GitHub Desktop.
<?php
// Prevent form data from being saved in database
add_filter( 'wpforms_entry_save_data', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment