Skip to content

Instantly share code, notes, and snippets.

@isaumya
Created October 22, 2016 16:57
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 isaumya/179cdfc03c08aab1c6d85b0b9086e471 to your computer and use it in GitHub Desktop.
Save isaumya/179cdfc03c08aab1c6d85b0b9086e471 to your computer and use it in GitHub Desktop.
WordPress basic plugin header example
<?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