lbrypress/uninstall.php

12 lines
207 B
PHP
Raw Normal View History

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