Created
January 11, 2016 15:34
-
-
Save sbruner/fa8641369383c1406569 to your computer and use it in GitHub Desktop.
Piklist: Plugin header block example
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: Name Of The Plugin | |
Plugin URI: http://URI_Of_Page_Describing_Plugin_and_Updates | |
Description: A brief description of the Plugin. | |
Version: The Plugin's Version Number, e.g.: 1.0 | |
Author: Name Of The Plugin Author | |
Author URI: http://URI_Of_The_Plugin_Author | |
Plugin Type: Piklist | |
License: A "Slug" license name e.g. GPL2 | |
*/ | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment