Skip to content

Instantly share code, notes, and snippets.

@jbreitenbucher
Created March 7, 2012 22:46
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jbreitenbucher/1996832 to your computer and use it in GitHub Desktop.
Save jbreitenbucher/1996832 to your computer and use it in GitHub Desktop.
WordPress: Plugin Header Boilerplate
<?php
error_reporting(E_ALL);
/*
Plugin Name: __pluginname__
Plugin URI: http://orthogonalcreations.com
Description: __description__
Author: Jon Breitenbucher
Author URI: http://orthogonalcreations.com
Version: __version__
License: GNU General Public License v2.0 (or later)
License URI: http://www.opensource.org/licenses/gpl-license.php
*/
?>
@gg-spyda
Copy link

gg-spyda commented May 8, 2019

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment