=== Plugin Dependencies === Contributors: scribu, xwp, kucrut, jrf Tags: plugin, dependency Requires at least: 3.1 Tested up to: 4.0 Stable tag: trunk License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Plugin dependency management == Description == This meta-plugin allows regular plugins to specify other plugins that they depend upon. Example: ` /* Plugin Name: BuddyPress Debug Depends: BuddyPress, Debug Bar */ ` What this does: * Disables activation of *BuddyPress Debug* until both *BuddyPress* and *Debug Bar* are already activated. * When either *BuddyPress* or *Debug Bar* are deactivated, *BuddyPress Debug* will also be deactivated. > = Enriching dependency information = > Unfortunately, very few plugins currently contain dependency information. If you'd like to enhance the information available to this plugin, you might want to install the [Known Plugin Dependencies](https://wordpress.org/plugins/known-plugin-dependencies/) plugin which acts as an add-on to this one. Links: [Plugin News](http://scribu.net/wordpress/plugin-dependencies) | [Author's Site](http://scribu.net) **Development of this plugin is done [on GitHub](https://github.com/xwp/wp-plugin-dependencies). Pull requests welcome. Please see [issues](https://github.com/xwp/wp-plugin-dependencies/issues) reported there before going to the plugin forum.** == Frequently Asked Questions == = Error on activation: "Parse error: syntax error, unexpected..." = Make sure your host is running PHP 5. The only foolproof way to do this is to add this line to wp-config.php (after the opening `