• Is this plugin setting all sign ups to use double-optin? My audience doesn’t have double opt-in turned on, but when people subscribe using this plugin, it seems to be setting that switch on through the API…

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter James Revillini

    (@jrevillini)

    OK, I figured it out. Your plugin would normally ask if I want to Disable Double Opt-In, however when MC4WP is installed, it automatically grabs the MC API Key from there, so it never displays the form to input the API Key or allow me to disable the Double Opt-in. I figured it out based on the code in /includes/class-popup-zen-admin.php

    <p>
                        <input type="checkbox" id="pzen_mc_status" name="pzen_mc_status" value="1" <?php checked('1', get_option( 'pzen_mc_status' ), true); ?> />
                        <?php _e( 'Disable MailChimp double-opt in? Check to subscribe users to your list without confirmation. If checked, MailChimp will not send a final welcome email.', 'popup-zen' ); ?>
                    </p>

    I’m going to try to disable the MC4WP plugin and see if I can then set my options in your plugin.

    Thread Starter James Revillini

    (@jrevillini)

    BOOM! That worked. Now I can go to Popup Zen > Settings and disable double opt-in.

    Thread Starter James Revillini

    (@jrevillini)

    I’m sorry … I just realized that this wasn’t the fault of your plugin at all. Even with MC4WP enabled, I can still get to the settings for your plugin. I just got confused.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘switch to single opt-in’ is closed to new replies.