Нет описания

uninstall.php 390B

1234567891011121314151617
  1. <?php
  2. /**
  3. * Fired when the plugin is uninstalled.
  4. *
  5. * @package Featured_Image_Admin_Thumb
  6. * @author Sean Hayes <sean@seanhayes.biz>
  7. * @license GPL-2.0+
  8. * @link http://www.seanhayes.biz
  9. * @copyright 2014 Sean Hayes
  10. */
  11. // If uninstall not called from WordPress, then exit
  12. if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
  13. exit;
  14. }
  15. // @TODO: Define uninstall functionality here