Skip to content

Instantly share code, notes, and snippets.

@dryan1144
Created November 27, 2020 19:44
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 dryan1144/cec6df2a4e8aca2b63227fe81566a668 to your computer and use it in GitHub Desktop.
Save dryan1144/cec6df2a4e8aca2b63227fe81566a668 to your computer and use it in GitHub Desktop.
<?php
/***
Remove new user notification emails in EDD
***/
remove_action( 'edd_insert_user', 'edd_new_user_notification', 10, 2 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment