Last active
March 3, 2017 12:27
-
-
Save RyanBayne/37bfd4fc42960565e639d5715ee29a59 to your computer and use it in GitHub Desktop.
WordPress New File Header
This file contains hidden or 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 | |
/** | |
* 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