connection_options->is_const_defined( $this->get_slug(), 'pass' ) ) : ?>
display_const_set_message( 'WPMS_SMTP_PASS' ); ?>
define( \'WPMS_SMTP_PASS\', \'your_old_password\' );'
);
?>
wp-config.php',
'WPMS_ON'
);
?>
define( 'WPMS_ON', false );
get_slug();
$value = $this->connection_options->get( $slug, 'pass' );
UI::hidden_password_field(
[
'name' => "wp-mail-smtp[{$slug}][pass]",
'id' => "wp-mail-smtp-setting-{$slug}-pass",
'value' => $value,
'clear_text' => esc_html__( 'Remove Password', 'wp-mail-smtp' ),
]
);
?>
%2$s',
esc_url( wp_mail_smtp()->get_utm_url( 'https://wpmailsmtp.com/docs/how-to-secure-smtp-settings-by-using-constants/', 'SMTP Password - Learn More' ) ),
esc_html__( 'Learn More', 'wp-mail-smtp' )
)
?>