• Resolved businessbasis

    (@businessbasis)


    Hey Community!

    I’ve installed the plugin “Mailchimp”. The cookies were not blocked. Are you able to help me please?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor jarnovos

    (@jarnovos)

    Hello @businessbasis,

    I’d gladly assist, although it looks like the Complianz plugin isn’t activated on the website in question at the moment.

    Let me know if we can assist with the configuration of Complianz!

    Kind regards,
    Jarno

    Plugin Author Aert Hulsebos

    (@aahulsebos)

    Hi @businessbasis,

    You could use this:

    function custom_cookie_callback_function($mailchimp_landing_site) {
        return false;
    }
    
    add_filter( 'mailchimp_allowed_to_use_cookie', 'custom_cookie_callback_function', 10, 1 );

    It’s most likely a PHP cookie, so non client-side which is a bit difficult to handle with caching etc.

    This will be in our next update. regards Aert

    Thread Starter businessbasis

    (@businessbasis)

    Thank you so much…I’ll check this code tomorrow….

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Mailchimp – Not blocked’ is closed to new replies.