mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2024-12-22 20:03:53 +02:00
parent
d345f74c4d
commit
b8c03c083a
3 changed files with 10 additions and 9 deletions
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* @package PluginName
|
||||
* @author Your Name <email@example.com>
|
||||
* @copyright 2013 Your Name or Company Name
|
||||
* @license GPL-2.0+
|
||||
* @link http://example.com/plugin-name
|
||||
* @link example.com
|
||||
* @copyright 2013 Your Name or Company Name
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
|
@ -5,10 +5,11 @@
|
|||
* A foundation off of which to build well-documented WordPress plugins that also follow
|
||||
* WordPress coding standards and PHP best practices.
|
||||
*
|
||||
* @package PluginName
|
||||
* @author Your Name <email@example.com>
|
||||
* @license GPL-2.0+
|
||||
* @link example.com
|
||||
* @package PluginName
|
||||
* @author Your Name <email@example.com>
|
||||
* @license GPL-2.0+
|
||||
* @link example.com
|
||||
* @copyright 2013 Your Name or Company Name
|
||||
*
|
||||
* @wordpress-plugin
|
||||
* Plugin Name: TODO
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
* Fired when the plugin is uninstalled.
|
||||
*
|
||||
* @package PluginName
|
||||
* @author TODO
|
||||
* @author Your Name <email@example.com>
|
||||
* @license GPL-2.0+
|
||||
* @link TODO
|
||||
* @link example.com
|
||||
* @copyright 2013 Your Name or Company Name
|
||||
* @version 1.0.0
|
||||
* @since 1.0.0
|
||||
*/
|
||||
|
||||
// If uninstall, not called from WordPress, then exit
|
||||
|
|
Loading…
Reference in a new issue