forked from LiveCarta/LiveCartaWP
Changed source root directory
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?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;
|
||||
Reference in New Issue
Block a user