Skip to content

Instantly share code, notes, and snippets.

@RyanBayne
Last active March 3, 2017 12:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RyanBayne/37bfd4fc42960565e639d5715ee29a59 to your computer and use it in GitHub Desktop.
Save RyanBayne/37bfd4fc42960565e639d5715ee29a59 to your computer and use it in GitHub Desktop.
WordPress New File Header
<?php
/**
* PROJECTNAME - FILE NAME
*
* FILE PURPOSE EXPLAINED
*
* @author FIRSTNAME SECONDNAME
* @category SYSTEMCATEGORY
* @package PROJECT/SYSTEMCATEGORY
* @since 1.0.0
*/
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment