=== Divit Extension Evaluator === Plugin Name: Divit Extension Evaluator Description: To test the site without all plugins or specific plugins, without actually deactivating them. Tags: wp plugin, plugin checker, unload plugins, debug plugins Author: Pradeep Pandey Author URI: https://www.linkedin.com/in/pradeep-pandey-b6b162b/ Requires at least: 4.6 Tested up to: 6.5 Stable tag: 2.2 Version: 2.2 Requires PHP: 7.2 License: GPL v2 or later This plugin provides the ability to load or unload all plugins or specific plugins on the site without actually deactivating them. This functionality is useful for debugging plugin-related issues or analyzing the impact of plugins on performance. == Description == Often, we need to test a site with only specific plugins or without any plugins to debug issues or check site performance. The typical method of activating/deactivating plugins in the Admin section can be risky as it may cause the site to malfunction, and it could be time-consuming. This plugin provides a safer and faster way to unload or load plugins on the site without actually deactivating them in the admin.. How to use: Visit the plugin page, crate/configure a checker, save changes, and done. Everything happens silently and automatically in the background. **Privacy** This plugin does not collect or store any user data. It does not set any cookies, and it does not connect to any third-party locations. Thus, this plugin does not affect user privacy in any way. == Installation == **Installing the Plugin** 1. Download the plugin (.zip file). 2. Unzip and upload the plugin folder to the `/wp-content/plugins/` directory. 3. Activate the plugin through the `Plugins` menu in WordPress. 4. Start using it by clicking the 'Divit Extension Evaluator' menu in the left Admin Menu = Any specific requirements for this plugin to work? = On activation, the plugin attempts to add a Must Use plugin to the mu-plugin directory. If your server settings prevent this, you will need to manually copy the file 'mu-plugins/divit-extn-eval-checker.php' to the 'wp-content/mu-plugins' directory. Without this file, the plugin will not function. == Screenshots == 1. Create Checker 2. Help 3. Front End = Where can I find additional help? = On the plugin screen please go to Help section == Changelog == = 1.0 = Initial release. = 2.0 = Fixed a bug on plugin activation. = 2.1 = Updated instructions and help section. = 2.2 = Updated code to fix fatal errors in some cases.