Skip to content

Instantly share code, notes, and snippets.

@deckerweb
Forked from anonymous/gist:2633852
Created May 11, 2012 10:24
Show Gist options
  • Save deckerweb/2658811 to your computer and use it in GitHub Desktop.
Save deckerweb/2658811 to your computer and use it in GitHub Desktop.
WordPress Plugin Header Example
<?php
/**
* Plugin Name: Example Plugin Name
* Plugin URI: http://plugin-homepage.tld
* Description: A description of your plugin.
* Version: 1.0
* Author: Plugin Author Name
* Author URI: http://plugin-author-homepage.tld
* License: GPLv2 or later
* License URI: http://www.opensource.org/licenses/gpl-license.php
* Text Domain: example-plugin-name
* Domain Path: /languages/
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment