Last active
August 29, 2015 14:17
-
-
Save michaelschofield/5a74fcff47b5a0b0def3 to your computer and use it in GitHub Desktop.
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 // This is how all php files have to start | |
/** | |
* Plugin Name: Name of the plugin, must be unique. | |
* Plugin URI: http://URI_Of_Page_Describing_Plugin_and_Updates | |
* Description: A brief description of the plugin. | |
* Version: The plugin's version number. Example: 1.0.0 | |
* Author: Name of the plugin author | |
* Author URI: http://URI_Of_The_Plugin_Author | |
* Text Domain: Optional. Plugin's text domain for localization. Example: mytextdomain | |
* Domain Path: Optional. Plugin's relative directory path to .mo files. Example: /locale/ | |
* Network: Optional. Whether the plugin can only be activated network wide. Example: true | |
* License: A short license name. Example: GPL2 | |
*/ | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment