diff options
Diffstat (limited to 'Postman/extra/no-localhost-mails.php')
-rw-r--r-- | Postman/extra/no-localhost-mails.php | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Postman/extra/no-localhost-mails.php b/Postman/extra/no-localhost-mails.php deleted file mode 100644 index 0c45778..0000000 --- a/Postman/extra/no-localhost-mails.php +++ /dev/null @@ -1,9 +0,0 @@ -<?php -/** -* Plugin Name: No localhost emails -* Description: Overwrites WP pluggable function wp_mail -*/ - -if ( !function_exists( 'wp_mail' ) ) : - function wp_mail() {} // KILL EMAILS IN LOCALHOST -endif; |