Skip to content

Instantly share code, notes, and snippets.

@taras
Created August 8, 2012 06:37
Show Gist options
  • Save taras/3292851 to your computer and use it in GitHub Desktop.
Save taras/3292851 to your computer and use it in GitHub Desktop.
<?php
/*
Plugin Name: Great Jakes Rainmaker Required Plugin Loader
Description: Loads all the required plugins for the Great Jakes Rainmaker
Version: 0.2
Author: Great Jakes
Author URI: http://www.greatjakes.com
Location: /wp-content/mu-plugins/
*/
require( WPMU_PLUGIN_DIR . '/sunrise/sunrise.php' );
require( WPMU_PLUGIN_DIR . '/rainmaker/rainmaker.php' );
require( WPMU_PLUGIN_DIR . '/sunrise-analytics/sunrise-analytics.php' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment