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 | |
/** | |
* Plugin Name: Multisite Site Category | |
* Plugin URI: https://gist.github.com/brasofilo/6715423 | |
* Description: Add a custom meta option when registering new sites in WordPress Multisite. Two columns will be added to the Sites listing screen: ID and Category. Based on http://wordpress.stackexchange.com/a/50936/12615 | |
* Network: true | |
* Author: Rodolfo Buaiz | |
* Author URI: http://brasofilo.com/ | |
* Version: 1.1 |