' . esc_html__( 'Security error! Your request cannot be completed.', 'subscribe2' ) . '
' ); } if ( isset( $_POST['reset'] ) ) { require_once S2PATH . 'classes/class-s2-upgrade.php'; global $s2_upgrade; $s2_upgrade = new S2_Upgrade(); $s2_upgrade->reset(); echo '' . esc_html__( 'Options reset!', 'subscribe2' ) . '
' . esc_html__( 'Preview message(s) sent to logged in user', 'subscribe2' ) . '
' . esc_html__( 'Attempt made to resend the Digest Notification email', 'subscribe2' ) . '
' . esc_html__( 'The Digest Notification email contained no post information. No email was sent', 'subscribe2' ) . '
' . esc_html__( 'Options saved!', 'subscribe2' ) . '
' . esc_html__( 'You must create a WordPress page for this plugin to work correctly.', 'subscribe2' ) . '
' . esc_html__( 'Your Settings may breach GDPR', 'subscribe2' ) . '
' . esc_html( $disallowed_keywords ) . '
' . esc_html( implode( ', ', $disallowed ) ) . '
' . wp_kses_post( $template_link ) . '
' . sprintf( __( 'You appear to be sending notifications from %1$s, which has a different domain name than your blog server %2$s. This may result in failed emails.', 'subscribe2' ), $sender, $_SERVER['SERVER_NAME'] ) . '