Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Evan Herman

    (@eherman24)

    Hi BartTheMan,

    That additional text “To update your MailChimp profile, please click to send yourself an update link.” is generated when you have a form set to update existing subscriber info.

    You can set this option to false, to not update existing subscribers – and you’ll get the message without the ending part (click to send yourself an update link etc.).

    If for some reason, you still want that you can do so using the built in filte that we have provided:

    https://yikesplugins.com/support/knowledge-base/change/

    Example:

    function alter_double_optin_text( $text, $update_link ) {
        $update_link = str_replace( 'click to send yourself an update link', 'Klicken Sie sich ein Update Link zu senden.', $update_link );
        return 'So aktualisieren Sie Ihre MailChimp Profil, bitte ' . $update_link;
    }
    add_filter( 'yikes-easy-mailchimp-update-existing-subscriber-text', 'alter_double_optin_text', 10, 2 );

    Thanks!
    Evan

    Thread Starter BartTheMan

    (@barttheman)

    Ok thx.

    Bart

    Plugin Contributor Tracy Levesque

    (@liljimmi)

    ?????? YIKES, Inc. Co-Owner

    Hello,

    The ability to customize the profile email validation messages and the email that gets sent out was added to the new update we just pushed out today.

    You will find it under Custom Messages.

    Enjoy!
    -Tracy

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘message allready subscribed’ is closed to new replies.