1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-05-03 11:53:16 +03:00
WordPress-Plugin-Boilerplate/plugin-boilerplate/uninstall.php
2013-05-09 22:20:26 -04:00

13 lines
242 B
PHP

<?php
/**
* Fired when the plugin is uninstalled.
*
* @package PluginName
* @since 1.0.0
*/
// If uninstall, not called from WordPress exit
if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) )
exit();
// TODO: Define uninstall functionality here