-
-
Save deckerweb/2658811 to your computer and use it in GitHub Desktop.
WordPress Plugin Header Example
This file contains 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: 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