Created
November 27, 2020 19:44
-
-
Save dryan1144/cec6df2a4e8aca2b63227fe81566a668 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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