Skip to content

Instantly share code, notes, and snippets.

@billerickson
Created March 30, 2016 13:23
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/47ed5f85b3d6d9fe672e34fe4ec0bea8 to your computer and use it in GitHub Desktop.
Save billerickson/47ed5f85b3d6d9fe672e34fe4ec0bea8 to your computer and use it in GitHub Desktop.
<?php
// Disable WPForms from sending emails
add_filter( 'wpforms_entry_email', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment