Skip to content

Instantly share code, notes, and snippets.

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 carlaizumibamford/a76c781af0e3c4cbb3ae92264b2e99c6 to your computer and use it in GitHub Desktop.
Save carlaizumibamford/a76c781af0e3c4cbb3ae92264b2e99c6 to your computer and use it in GitHub Desktop.
Creating A Custom Wordpress Widget Plugin Vol 1
<?php
/*
Plugin Name: Name Of The Plugin
Plugin URI: http://URI_Of_Page_Describing_Plugin_and_Updates
Description: A brief description of the Plugin.
Version: The Plugin's Version Number, e.g.: 1.0
Author: Name Of The Plugin Author
Author URI: http://URI_Of_The_Plugin_Author
License: A "Slug" license name e.g. GPL2
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment