This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Disable specified plugins in your development environment. | |
* | |
* This is a "Must-Use" plugin. Code here is loaded automatically before | |
* regular plugins load. This is the only place from which regular plugins | |
* can be disabled programatically. | |
* | |
* Place this code in a file in WP_CONTENT_DIR/mu-plugins or specify a | |
* custom location by setting the WPMU_PLUGIN_URL and WPMU_PLUGIN_DIR |