Skip to content

Instantly share code, notes, and snippets.

@CapWebSolutions
Created February 14, 2017 17:24
Show Gist options
  • Select an option

  • Save CapWebSolutions/c3402d20becae1788d97f84d83d47351 to your computer and use it in GitHub Desktop.

Select an option

Save CapWebSolutions/c3402d20becae1788d97f84d83d47351 to your computer and use it in GitHub Desktop.
Plugin file header
/**
* Plugin Name
*
* @package PluginPackage
* @author Cap Web Solutions|Matt Ryan
* @copyright 2017 Matt Ryan
* @license GPL-2.0+
*
* @wordpress-plugin
* Plugin Name: Plugin Name
* Plugin URI: https://github.com/CapWebSolutions/plugin-name
* Description: Description of the plugin.
* Version: 1.0.0
* Author: Matt Ryan
* Author URI: https://github.com/CapWebSolutions/
* Text Domain: plugin-name
* License: GPL-2.0+
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment