1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-05-11 07:42:10 +03:00
WordPress-Plugin-Boilerplate/plugin-name/trunk/uninstall.php
2014-07-30 21:55:26 +02:00

18 lines
268 B
PHP

<?php
/**
* Short Description (no period)
*
* Long Description.
*
* @link http://example.com
* @since 1.0.0
*
* @package Plugin_Name
*/
// If uninstall not called from WordPress, then exit.
if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
exit;
}