From 9087058940461adc41ff06c34c54bf86e5de60a9 Mon Sep 17 00:00:00 2001 From: Jaed Mosharraf Date: Tue, 9 Apr 2024 19:49:42 +0600 Subject: [PATCH] Update instawp-connect.php --- instawp-connect.php | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/instawp-connect.php b/instawp-connect.php index 609b350a..73ebb72d 100644 --- a/instawp-connect.php +++ b/instawp-connect.php @@ -7,7 +7,7 @@ * @wordpress-plugin * Plugin Name: InstaWP Connect * Description: 1-click WordPress plugin for Staging, Migrations, Management, Sync and Companion plugin for InstaWP. - * Version: 0.1.0.24 + * Version: 0.1.0.25 * Author: InstaWP Team * Author URI: https://instawp.com/ * License: GPL-3.0+ @@ -25,7 +25,7 @@ global $wpdb; -defined( 'INSTAWP_PLUGIN_VERSION' ) || define( 'INSTAWP_PLUGIN_VERSION', '0.1.0.24' ); +defined( 'INSTAWP_PLUGIN_VERSION' ) || define( 'INSTAWP_PLUGIN_VERSION', '0.1.0.25' ); defined( 'INSTAWP_API_DOMAIN_PROD' ) || define( 'INSTAWP_API_DOMAIN_PROD', 'https://app.instawp.io' ); $wp_plugin_url = WP_PLUGIN_URL . '/' . plugin_basename( __DIR__ ) . '/'; @@ -122,12 +122,3 @@ function run_instawp() { add_filter( 'got_rewrite', '__return_true' ); run_instawp(); - - -add_action( 'wp_head', function () { - if ( isset( $_GET['debug'] ) ) { - - die(); - } -}, 0 ); -