You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
__( 'Heads up! It looks like you\'re using an API key to connect with Mailchimp, which is now deprecated. Please log out and reconnect your Mailchimp account using the new OAuth authentication by clicking the "Log in" button on the %1$splugin settings%2$s page.', 'mailchimp' ),
if ( $current_screen && 'toplevel_page_mailchimp_sf_options' === $current_screen->id ) {
348
+
?>
349
+
<div class="notice notice-warning">
350
+
<p>
351
+
<?php
352
+
esc_html_e( 'You are using an outdated API Key connection to Mailchimp, please migrate to the new OAuth authentication method to continue accessing your Mailchimp account.', 'mailchimp' );
353
+
?>
354
+
</p>
355
+
<div class="migrate-to-oauth-wrapper">
356
+
<?php
357
+
// Migrate button.
358
+
$login_button_text = __( 'Migrate to OAuth authentication', 'mailchimp' );
__( 'You are using an outdated API Key connection to Mailchimp, please migrate to the new OAuth authentication method to continue accessing your Mailchimp account by clicking the "Migrate to OAuth authentication" button on the %1$sMailchimp settings%2$s page.', 'mailchimp' ),
0 commit comments