• Resolved edumejia30

    (@edumejia30)


    Just fixed an issue that didn’t let invites to fill up the pop up:

    Original code in includes/newsletter-integrations/Mailchimp.php (Line 77):

    add_action( ‘wp_ajax_ypop_nopriv_subscribe_mailchimp_user’, array( $this, ‘subscribe_mailchimp_user’));

    Replace with:

    add_action( ‘wp_ajax_nopriv_ypop_subscribe_mailchimp_user’, array( $this, ‘subscribe_mailchimp_user’));

    Now it works for non users.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Non User Issue (FIX)’ is closed to new replies.