mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2024-12-22 20:03:53 +02:00
parent
4e2a2564a8
commit
6927761a88
2 changed files with 4 additions and 0 deletions
|
@ -51,6 +51,7 @@ if ( ! defined('PLUGIN_NAME_VERSION' ) ) {
|
||||||
* Use PHPDoc tags if you wish to be able to document the code using a documentation
|
* Use PHPDoc tags if you wish to be able to document the code using a documentation
|
||||||
* generator.
|
* generator.
|
||||||
*
|
*
|
||||||
|
* @package PluginName
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
*/
|
*/
|
||||||
class PluginName {
|
class PluginName {
|
||||||
|
|
|
@ -1,6 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Fired when the plugin is uninstalled.
|
* Fired when the plugin is uninstalled.
|
||||||
|
*
|
||||||
|
* @package PluginName
|
||||||
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// If uninstall, not called from WordPress exit
|
// If uninstall, not called from WordPress exit
|
||||||
|
|
Loading…
Reference in a new issue