Created
August 21, 2015 09:11
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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