intercom-wordpress
intercom-wordpress copied to clipboard
Removing the plugin still loads the initialization script
We need to send UTM parameters and thus switch to manual initialization, but after disabling and even removing the plugin the <script> block is still loaded.
Please clarify.
I see that there's no intercom folder at wp-content/plugins so where else the bootstrap.php can be?
Thanks
@pribilinskiy this sounds like some frontend caching issue to me.
There's no way a deleted plugin is bootstrapping and outputting the script tag.
@lkraav caching was the first thing that I was thinking about. TotalCache is used to hande client-side cache. Perhaps there's some server-side cache in effect.