The Default (PHP) mailer is currently selected, but is not recommended because in most cases it does not resolve email delivery issues.
Please consider selecting and configuring one of the other mailers.
', 'wp-mail-smtp' ),
[ 'p' => [] ]
),
'save_button' => esc_html__( 'Save Settings', 'wp-mail-smtp' ),
'cancel_button' => esc_html__( 'Cancel', 'wp-mail-smtp' ),
'icon_alt' => esc_html__( 'Warning icon', 'wp-mail-smtp' ),
],
'plugin_url' => wp_mail_smtp()->plugin_url,
'education' => [
'upgrade_icon_lock' => '' .
sprintf(
wp_kses( /* Translators: %s - discount value $50. */
__( 'Bonus: WP Mail SMTP users get %s off regular price,
applied at checkout.', 'wp-mail-smtp' ),
[
'strong' => [],
'span' => [],
'br' => [],
]
),
'$50'
)
. '
',
'upgrade_doc' => sprintf(
'
display_tabs(); ?>
generate_display_logs_object();
$is_archive = wp_mail_smtp()->is_pro() && wp_mail_smtp()->pro->get_logs()->is_archive();
?>
display(); ?>
get_parent_pages() as $parent_page ) {
if ( $page === self::SLUG . '-' . $parent_page->get_slug() ) {
?>
display(); ?>
get_pages() as $page_slug => $page ) :
$label = $page->get_label();
if ( empty( $label ) ) {
continue;
}
$class = $page_slug === $this->get_current_tab() ? 'active' : '';
?>