mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2025-04-19 05:35:36 +03:00
Restarting at ground zero.
Signed-off-by: Tom McFarlin <tom@tommcfarlin.com>
This commit is contained in:
parent
022dd60d41
commit
eecfb8a4cd
29 changed files with 0 additions and 1245 deletions
|
@ -1,17 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Fired when the plugin is uninstalled.
|
||||
*
|
||||
* @package Plugin_Name
|
||||
* @author Your Name <email@example.com>
|
||||
* @license GPL-2.0+
|
||||
* @link http://example.com
|
||||
* @copyright 2014 Your Name or Company Name
|
||||
*/
|
||||
|
||||
// If uninstall not called from WordPress, then exit
|
||||
if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
|
||||
exit;
|
||||
}
|
||||
|
||||
// @TODO: Define uninstall functionality here
|
Loading…
Add table
Add a link
Reference in a new issue