Mailerlite double opt-in does not work
-
This issue was brought up a year ago from another user who had to edit the plugin code for it to work. I’m using Mailerlite, and I have Double Opt-In enabled on my Mailerlite account page (under the ‘Subscribe Settings’ option). I set up an embed form via Hustle on my website, and the double opt-in would not trigger. After doing a Google search, it came up with this exact same issue from a year ago in these forums: https://wordpress.org/support/topic/allowing-double-opt-in-with-mailerlite/
The code was slightly different than what it is now, but I had to comment out this parameter on line 166 of file wp-content/plugins/wordpress-popup/inc/providers/mailerlite/hustle-mailerlite-form-hooks.php:
'member_status' => $member_statusHere is the code block in context (lines 160-169) with my commented-out code:
$entry_fields = array( array( 'name' => 'status', 'value' => array( 'is_sent' => $is_sent, 'description' => $details, //'member_status' => $member_status, ), ), );After commenting out the code, the double opt-in worked as expected. I received the confirmation email and everything. Is it possible for you guys to revisit this issue again? Or was it ever fixed from a year ago? Maybe set a flag or something to enable/disable this if the Mailerlite user wants double opt-in enabled?
It will be very inconvenient in the meantime to have to keep commenting out this line every time this plugin gets updated. Thanks!
The page I need help with: [log in to see the link]
The topic ‘Mailerlite double opt-in does not work’ is closed to new replies.