indicator-notice.php 187 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 <?php if (!defined('ABSPATH')) { exit; } ?> <div class="notice notice-error"> <p><?php esc_html_e('Emails are disabled by the Disable Emails plugin.', 'disable-emails'); ?></p> </div>