Created
October 22, 2016 16:57
-
-
Save isaumya/179cdfc03c08aab1c6d85b0b9086e471 to your computer and use it in GitHub Desktop.
WordPress basic plugin header example
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 | |
/* | |
Plugin Name: Type a plugin name here | |
Plugin URI: https://www.isaumya.com/ (This is supposed to link to the plugin's official page, but you can put any link here) | |
Description: Type a detailed description about the plugin. Like what is does. What changes does it make to the site etc. | |
Version: 1.0 (Just a version number for your plugin) | |
Author: Saumya Majumder (Author's Name, i.e. your name) | |
Author URI: https://www.isaumya.com/ (This is supposed to link to the author's official page, but you can put any link here) | |
*/ | |
// Now start typying or pasting your custom code blocks from here...... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment