Skip to content

Instantly share code, notes, and snippets.

@michaelschofield
Last active August 29, 2015 14:17
Show Gist options
  • Save michaelschofield/5a74fcff47b5a0b0def3 to your computer and use it in GitHub Desktop.
Save michaelschofield/5a74fcff47b5a0b0def3 to your computer and use it in GitHub Desktop.
<?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