-
-
Save ahmadawais/db52b63f4e09637aaa3c to your computer and use it in GitHub Desktop.
WordPress Plugin Top Comment
This file contains 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 | |
/** | |
* 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