Skip to content

Instantly share code, notes, and snippets.

@jaredatch
Created November 11, 2016 16:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaredatch/00030a49fcb4ecd86f097fc4970fb16c to your computer and use it in GitHub Desktop.
Save jaredatch/00030a49fcb4ecd86f097fc4970fb16c to your computer and use it in GitHub Desktop.
WPForms remove email notification footer text
<?php
/**
* WPForms remove the "Sent from YOUR SITE" email notification footer text.
*/
add_filter( 'wpforms_email_footer_text', '__return_empty_string' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment