Remove uninstall hook for now

This commit is contained in:
Jay Wood
2015-12-14 09:57:59 -05:00
parent 0a2a381675
commit 035733ea04

View File

@ -18,7 +18,7 @@ if ( is_admin() ) {
require_once dirname( __FILE__ ) . '/class/admin.class.php';
$cwv3_options = new JW_SIMPLE_OPTIONS( $cwv3_op_data );
register_uninstall_hook( __FILE__, array( $cwv3_options, 'uninstall' ) );
// register_uninstall_hook( __FILE__, array( $cwv3_options, 'uninstall' ) );
} else {
require_once dirname( __FILE__ ) . '/class/main.class.php';
}