Skip to content

Instantly share code, notes, and snippets.

@palimadra
Created August 21, 2015 09:11
Show Gist options
  • Save palimadra/5f4e1a72c7c5ac8dc2e1 to your computer and use it in GitHub Desktop.
Save palimadra/5f4e1a72c7c5ac8dc2e1 to your computer and use it in GitHub Desktop.
A skeleton for WordPress plugin. This content should be there in the main PHP file of the WordPress plugin
<?php
/**
* Plugin Name: My Facebook Tags
* Plugin URI: http://palimadra.com
* Description: This plugin adds some Facebook Open Graph tags to our single posts.
* Version: 1.0.0
* Author: palimadra
* Author URI: http://palimadra.tumblr.com
* License: GPL2
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment