Viewing 1 replies (of 1 total)
  • Plugin Support khungate

    (@khungate)

    Hi @101sam, thanks for getting in touch. At the moment there is not a way to do remove the Chimpstatic script without editing core PHP files in the plugin. If you’re comfortable editing those files yourself, you can find the file class-mailchimp-woocommerce-public.php and there is a function called enqueue_scripts.
    You would simply comment out this line:

    //wp_enqueue_script($this->plugin_name.'_connected_site', $site, array(), $this->version, true);

    Please be advised that commenting out this script will prevent pop-up forms from triggering, and track reporting analytics from Campaigns sent by Mailchimp.

Viewing 1 replies (of 1 total)
  • The topic ‘Disable Chimpstatic HTTP request/script’ is closed to new replies.