• Resolved Ben Sibley

    (@bensibley)


    Hi there,

    I’m one of the developers of the Independent Analytics plugin. I was testing our plugin with yours and found that the stats aren’t tracked when maintenance mode is active. Could you add a custom hook using do_action() to the public/views/html.php file? We can use that to output the tracking script from Independent Analytics.

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Alexandru Tapuleasa

    (@talextech)

    The problem is that when the Coming Soon page is shown, we block all other plugins from loading to prevent output, errors etc. from being displayed on the Coming Soon page while you are working on the website 🙁

    Thread Starter Ben Sibley

    (@bensibley)

    Oh that’s interesting. Well now I’m curious – how do you prevent other plugins from being loaded? I don’t see any use of SHORTINIT or the option_active_plugins filter.

    Plugin Author Alexandru Tapuleasa

    (@talextech)

    Nothing special… we just wipe any output in the buffer before the Coming Soon template is printed and then exit.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Help with analytics plugin integration’ is closed to new replies.