Viewing 5 replies - 1 through 5 (of 5 total)
  • matta91

    (@matta91)

    I’m having the same problem. Has anyone found a fix yet?

    Plugin Author Adam Anderly

    (@anderly)

    Could you provide some specifics? I’ll take a look if you can provide some details of the issues.

    Most likely the issue is that if there isn’t a transient, the plugin tries to load the lists from MailChimp on all ajax requests. The check should be is_admin() && !is_ajax() at the very least but should probably load the lists only on the plugin’s options page in woo.

    Plugin Author Adam Anderly

    (@anderly)

    @aaron,

    Thanks for the details. I’ll double-check the MailChimp calls and restrict them further to ensure they are only running when absolutely necessary.

    Thanks for the info. Stay tuned for an update.

    Plugin Author Adam Anderly

    (@anderly)

    Please update to the latest version 1.3.2.

    There are some new checks in place to restrict the MailChimp call frequency.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘admin-ajax.php’ is closed to new replies.