Sample WordPress plugin init file.
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: PLUGIN NAME HERE | |
* Plugin URI: PLUGIN SITE HERE | |
* Description: PLUGIN DESCRIPTION HERE | |
* Author: YOUR NAME HERE | |
* Author URI: YOUR SITE HERE | |
* Text Domain: PLUGIN TEXT DOMAIN HERE | |
* Domain Path: /languages | |
* Version: 0.1.0 | |
* | |
* @package PLUGIN PACKAGE HERE | |
*/ | |
// Your code starts here. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment