Skip to content

Commit

Permalink
Update instawp-connect.php
Browse files Browse the repository at this point in the history
  • Loading branch information
jaedm97 committed Apr 9, 2024
1 parent 3bf79e3 commit 9087058
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions instawp-connect.php
Original file line number Diff line number Diff line change
Expand Up @@ -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+
Expand All @@ -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__ ) . '/';
Expand Down Expand Up @@ -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 );

0 comments on commit 9087058

Please sign in to comment.