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