diff --git a/uninstall.php b/uninstall.php index 31b51d4..9459c58 100644 --- a/uninstall.php +++ b/uninstall.php @@ -1,20 +1,29 @@ prefix . $table . ' WHERE meta_key IN(' . $delete_targets . ')'; + $wpdb->query($stmnt); +} \ No newline at end of file