Title: Does not detect some plugins
Last modified: June 8, 2021

---

# Does not detect some plugins

 *  Resolved [art137](https://wordpress.org/support/users/art137/)
 * (@art137)
 * [5 years ago](https://wordpress.org/support/topic/does-not-detect-some-plugins/)
 * Love this plugin but why is it that some plugins are not detected? I have one(
   WebinarPress) that has some unused js that I need to reduce but it does not show
   up in the source listings. However, it does show up under plugin management
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fdoes-not-detect-some-plugins%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Gabe Livan](https://wordpress.org/support/users/gabelivan/)
 * (@gabelivan)
 * [5 years ago](https://wordpress.org/support/topic/does-not-detect-some-plugins/#post-14538193)
 * [@art137](https://wordpress.org/support/users/art137/) If the plugin shows up
   under “Plugin Manager” then that’s a good sign and it means it’s not ignored 
   by Asset CleanUp Pro (that would be surprising as there are no special coding
   rules for certain plugins to be hidden in the management area). As for the unused
   JS, are you sure that JS is not loading from another JS file or from an inline
   SCRIPT tag? What’s the URL to the file?
 *  Thread Starter [art137](https://wordpress.org/support/users/art137/)
 * (@art137)
 * [5 years ago](https://wordpress.org/support/topic/does-not-detect-some-plugins/#post-14538528)
 * Thanks for verifying that. When I disable my caching plugin (Litespeed) and run
   it on Lighthouse the file is definitely webinarpress
 * wp-content/plugins/wpwebinarsystem/wpws-js/build/static/js
    /main.js?ver=2.24.38
 * But what surprises me is AC didn’t list the plugin in the assets list on the 
   page. That’s what made me check at the plugin control dashboard.
 * Anyway once I was able to track down that script WebinarPress created a patch
   and the problem was solved
 * But like I said I was surprised that AC didn’t list the plugin.
 *  Plugin Author [Gabe Livan](https://wordpress.org/support/users/gabelivan/)
 * (@gabelivan)
 * [4 years, 12 months ago](https://wordpress.org/support/topic/does-not-detect-some-plugins/#post-14543170)
 * [@art137](https://wordpress.org/support/users/art137/) I’ve downloaded and installed
   the WebinarPress plugin and managed to locate the file you mentioned and noticed
   it loading in the page where you register for a webinar.
 * After I’ve made some tests, I noticed that due to the way that page is generated(
   it’s not a standard WordPress page and it’s generated on the fly by the plugin)
   and not having any `wp_head()` or `wp_footer()` (basic WordPress functions called
   on any standard page), it’s not detectable by Asset CleanUp.
 * In fact, the moment the following query string is loaded on the page – _/?wspage
   =register_ – WebinarPress generates the HTML code (including the hardcoded SCRIPT
   tags), prints it, and then stops the execution of any other PHP code. It’s something
   custom-made outside the range of Asset CleanUp’s detection.
 * I hope it helps! I’m glad you managed to solve the problem, eventually!
 *  Thread Starter [art137](https://wordpress.org/support/users/art137/)
 * (@art137)
 * [4 years, 12 months ago](https://wordpress.org/support/topic/does-not-detect-some-plugins/#post-14543548)
 * Interesting, thanks for the details, that explains a lot of things I been discovering
   about this plugin.
 * Yeah, I was able to track down what code was basically useless but they took 
   care of it right away. Man, it is so nice to have guys like you all helping us
   out even if it’s for the free version. Seems to be a rarity with some of the 
   others, thank you so much

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

The topic ‘Does not detect some plugins’ is closed to new replies.

 * ![](https://ps.w.org/wp-asset-clean-up/assets/icon-256x256.png?rev=1981952)
 * [Asset CleanUp: Page Speed Booster](https://wordpress.org/plugins/wp-asset-clean-up/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-asset-clean-up/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-asset-clean-up/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-asset-clean-up/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-asset-clean-up/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-asset-clean-up/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [art137](https://wordpress.org/support/users/art137/)
 * Last activity: [4 years, 12 months ago](https://wordpress.org/support/topic/does-not-detect-some-plugins/#post-14543548)
 * Status: resolved