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

18 lines
276 B
PHP
Raw Normal View History

<?php
/**
* @TODO
* Short Description (no period for file headers)
*
* Long Description.
*
* @link URL
* @since x.x.x (if available)
*
* @package TODO
*/
// If uninstall not called from WordPress, then exit.
if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
exit;
}