Skip to content

Instantly share code, notes, and snippets.

@thadallender
Last active August 29, 2015 13:58
Show Gist options
  • Select an option

  • Save thadallender/10322217 to your computer and use it in GitHub Desktop.

Select an option

Save thadallender/10322217 to your computer and use it in GitHub Desktop.
Example WordPress Functionality Plugin
<?php
/**
* Plugin Name: Example Functionality Plugin
* Plugin URI: http://your-website.com
* Description: An example functionality for housing your actions and filters.
* Version: 1.0
* Author: Your Name
* License: GPL2
*/
// add your code below this line and above the closing bracket below
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment