lbrypress/uninstall.php

13 lines
265 B
PHP
Raw Permalink Normal View History

<?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