File "uninstall.php"

Full Path: /var/www/bvnghean.vn/wp-content/plugins/sneeit-framework/uninstall.php
File size: 234 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
/**
 * Fired when the plugin is uninstalled.
 * @author      Tien Nguyen
 */

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

// TODO: Define uninstall functionality here