lbrypress/uninstall.php
2022-02-08 17:41:59 -06:00

13 lines
265 B
PHP

<?php
/**
* Triggers during plugin uninstall
*
* @package LBRYPress
*/
defined('ABSPATH') || die(); // Exit if accessed directly
// if uninstall.php is not called by WordPress, die
defined('WP_UNINSTALL_PLUGIN') || die();
// TODO: create uninstall procedures