开发者 | zahardoc |
---|---|
更新时间 | 2023年8月27日 22:46 |
PHP版本: | 5.6 及以上 |
WordPress版本: | 6.2 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
First of all, this plugin doesn't physically remove any files. It just dynamically unregisters them from the WordPress queue. So it's safe to add/remove script IDs and experiment with them. But please be careful - removing styles can break some visual parts of your site, and removing scripts can break some functionality. The best approach is to try it first on development or staging site.
Do you use any cache plugins? Please try to clear the cache. If you use services like Cloudflare, it may take some time to see the changes to be showed. Try to add some GET parameter to your page and check if you see changes after that. Example: Your site is https://mysite.com, - go to https://mysite.com/?v=2 and check the page source.