Created
August 20, 2021 19:46
-
-
Save trueqap/7173b1a31fc3022211515fcc983aba35 to your computer and use it in GitHub Desktop.
WordPress: How to Disable All Emails & Notifications
This file contains hidden or 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 | |
// Place this function in the WP-CONFIG.PHP file. | |
function wp_mail(){} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment