From 035733ea046cb2686147b18d23b3953d2a530958 Mon Sep 17 00:00:00 2001 From: Jay Wood Date: Mon, 14 Dec 2015 09:57:59 -0500 Subject: [PATCH] Remove uninstall hook for now --- content-warning-v3.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content-warning-v3.php b/content-warning-v3.php index 6599211..6330518 100644 --- a/content-warning-v3.php +++ b/content-warning-v3.php @@ -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'; }