1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-05-08 22:33:14 +03:00
WordPress-Plugin-Boilerplate/plugin-name/trunk/uninstall.php

18 lines
268 B
PHP
Raw Normal View History

<?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;
}