Skip to content

Instantly share code, notes, and snippets.

@amberhinds
Created February 29, 2016 06:27
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 amberhinds/b44fbd746e2a4061c864 to your computer and use it in GitHub Desktop.
Save amberhinds/b44fbd746e2a4061c864 to your computer and use it in GitHub Desktop.
How to create a plugin
<?php
/**
* Plugin Name: FCWP Testimonials
* Plugin URI: http://www.meetup.com/Fort-Collins-WordPress-Meetup
* Description: A basic testimonials plugin built for the Fort Collins WordPress meetup
* Version: 1.0.0
* Author: Amber Hinds, David Hayes, Jeremy Green, Michael Launer, Mike Selander
* Author URI: http://www.meetup.com/Fort-Collins-WordPress-Meetup
* Text Domain: fcwp-testimonials
* License: GPL2
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment