warn-already-defined.php 244 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 <?php if (!defined('ABSPATH')) { exit; } ?> <div class="error"> <p><?php esc_html_e("Emails are not disabled! Something else has already declared wp_mail(), so Disable Emails cannot stop emails being sent!", 'disable-emails'); ?></p> </div>