Skip to content

Instantly share code, notes, and snippets.

@Herm71
Last active August 29, 2015 14:17
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 Herm71/aac2656130d8a4a5c8c5 to your computer and use it in GitHub Desktop.
Save Herm71/aac2656130d8a4a5c8c5 to your computer and use it in GitHub Desktop.
wordpress-plugin-header
<?php
/**
* Plugin Name: Blackbird Custom Functionality
* Plugin URI: https://github.com/Herm71/blackbird-core-functionality-plugin.git
* Description: Contains custom functionality. Theme independent.
* Version: 1.1.0
* Author: Blackbird Consulting
* Author URI: http://www.blackbirdconsult.com/
* License: GPL2
*
* This program is free software; you can redistribute it and/or modify it under the terms of the GNU
* General Public License version 2, as published by the Free Software Foundation. You may NOT assume
* that you can use any other version of the GPL.
*
* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
*
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment