Created
January 3, 2023 11:23
-
-
Save plugin-republic/873e96e6f6e6fd20c15ed8dfcecaae6d 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 | |
/** | |
* Disable new registration emails | |
*/ | |
add_filter( 'wcmo_disable_new_registration_email', '__return_true' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment