1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-05-02 11:23:15 +03:00
WordPress-Plugin-Boilerplate/plugin-boilerplate/uninstall.php

10 lines
200 B
PHP
Raw Normal View History

<?php
/**
* Fired when the plugin is uninstalled.
*/
2013-05-08 00:02:04 +03:00
// If uninstall, not called from WordPress exit
if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) )
exit();
// TODO: Define uninstall functionality here