Last active
August 29, 2015 13:58
-
-
Save thadallender/10322217 to your computer and use it in GitHub Desktop.
Example WordPress Functionality 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: 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