• File: uninstall.php
  • Full Path: /home/docteuh/www/plugins/redux/framework/uninstall.php
  • Date Modified: 11/20/2023 6:12 PM
  • File size: 332 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php
/**
 * Fired when the plugin is uninstalled.
 *
 * @package     FusionReduxFramework\Uninstall
 * @author      Dovy Paukstys <info@simplerain.com>
 * @since       3.0.0
 */


// If uninstall, not called from WordPress, then exit
if( !defined( 'WP_UNINSTALL_PLUGIN' ) ) {
	exit;
}

// TODO: Define uninstall functionality here