2018-08-20 18:39:57 -05:00
|
|
|
<?php
|
|
|
|
/**
|
|
|
|
* Triggers during plugin uninstall
|
|
|
|
*
|
|
|
|
* @package LBRYPress
|
|
|
|
*/
|
2022-01-25 19:20:27 -06:00
|
|
|
defined('ABSPATH') || die(); // Exit if accessed directly
|
2018-08-20 18:39:57 -05:00
|
|
|
|
|
|
|
// if uninstall.php is not called by WordPress, die
|
|
|
|
defined('WP_UNINSTALL_PLUGIN') || die();
|
|
|
|
|
|
|
|
// TODO: create uninstall procedures
|