Skip to content

Instantly share code, notes, and snippets.

@ahmadawais
Last active October 29, 2015 08:03
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 ahmadawais/db52b63f4e09637aaa3c to your computer and use it in GitHub Desktop.
Save ahmadawais/db52b63f4e09637aaa3c to your computer and use it in GitHub Desktop.
WordPress Plugin Top Comment
<?php
/**
* The plugin bootstrap file.
*
* @link http://ahmadawais.com/coding-a-basic-shortcodes-plugin-boilerplate/
* @since 1.0.0
* @package aa_basic_shortcodes
*
* @wordpress-plugin
* Plugin Name: AA Basic Shortcodes Plugin Boilerplate
* Plugin URI: http://ahmadawais.com/coding-a-basic-shortcodes-plugin-boilerplate/
* Description: Coding shortcodes in a plugin with maintainable code practices.
* Version: 1.0.0
* Author: Ahmad Awais
* Author URI: http://ahmadawais.com/
* License: GPL-2.0+
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
* Text Domain: aa_basic_shortcodes
* Domain Path: /languages
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment