intercom / intercom-wordpress

Intercom integration with Wordpress
28 stars 13 forks source link

Removing the plugin still loads the initialization script #98

Open steven-prybylynskyi opened 6 years ago

steven-prybylynskyi commented 6 years ago

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

lkraav commented 6 years ago

@pribilinskiy this sounds like some frontend caching issue to me.

There's no way a deleted plugin is bootstrapping and outputting the script tag.

steven-prybylynskyi commented 6 years ago

@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.