Skip to content

Instantly share code, notes, and snippets.

@trueqap
Created August 20, 2021 19:46
Show Gist options
  • Save trueqap/7173b1a31fc3022211515fcc983aba35 to your computer and use it in GitHub Desktop.
Save trueqap/7173b1a31fc3022211515fcc983aba35 to your computer and use it in GitHub Desktop.
WordPress: How to Disable All Emails & Notifications
<?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