WP Asset Clean Up ReadMe
=== WP Asset Clean Up === Contributors: Gabriel Livan Tags: dequeue style, dequeue script Donate link: http://www.bitrepository.com/ Requires at least: 4.0 Tested up to: 4.3.1 Stable tag: trunk License: GPLv3 License URI: http://www.gnu.org/licenses/gpl.html Prevent Chosen Scripts & Styles from loading in Pages that you don't need == Description == There are often times when you are using a theme and a number of plugins which are enabled and run on the same page. However, you don't need to use all of them and to improve the speed of your website and make the HTML source code cleaner (convenient for debugging purposes), it's better to prevent those styles and scripts from loading. For instance, you might use a plugin that generates contact forms and it loads its assets (.css and .js files) in every page of your website instead of doing it only in the /contact page (if that's the only place where you need it). WP Asset Clean Up scans your page and detects all the assets that are loaded. All you have to do when editing a page/post is just to select the ones you do not wish to load. == Installation == 1) Upload the "wp-asset-clean-up" folder in your plugins folder 2) Activate the plugin 3) Edit any page/post and you will see a meta box called "WP Asset Clean Up" which will load the list of all the loaded .css and .js files == Frequently Asked Questions == 1) What minimum version of PHP is required to use this plugin? 5.3+ == Changelog == * Initial Beta Release