This is WordPress plugin to deactivate specific plugins on specific pages and archives, to increase the performance of your WordPress site..
You will find Settings Page submenu under the admin plugins menu..
Moreover you will find section for each page and post where you can select the plugins that you want to deactivate when that page or post is loaded in the front-end..
In the global settings you will be able to filter the posts based on their terms and categories, to decide.
For developers if in your code you want to check if plugin is in your site, you can use the 'EOS $const.'ACTIVE where $const is str replace ) ). $plugin file name is the name of the main file of the plugin..
For example in case you have deactivated WooCommerce in specific page, but you want that some code you want when WooCommerce is active runs in any case, you can check if WooCommerce is in your site in this way if defined ) { your code here }..
Upload the entire freesoul-deactivate-plugins folder to the wp-content plugins directory or install it using the in the Plugins administration page..
Activate the plugin through 'Plugins WordPress..
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Modified Global Settings Page, added sidebar and moved Saving button to the in fixed position.
Read more