We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5840320 commit 5d8466eCopy full SHA for 5d8466e
inc/class/class-bootstrap.php
@@ -8,7 +8,6 @@
8
namespace J7\WpReactPlugin;
9
10
use Kucrut\Vite;
11
-use TGM_Plugin_Activation;
12
13
/**
14
* Class Bootstrap
plugin.php
@@ -114,9 +114,6 @@ public function __construct() {
114
public function check_required_plugins() {
115
$instance = TGM_Plugin_Activation::get_instance();
116
$is_tgmpa_complete = $instance->is_tgmpa_complete();
117
- ob_start();
118
- print_r( $is_tgmpa_complete ? 'TGMPA is complete' : 'TGMPA is not complete' );
119
- \J7\WpToolkit\Utils::debug_log( '' . ob_get_clean() );
120
121
if ( $is_tgmpa_complete ) {
122
self::$dir = \untrailingslashit( \wp_normalize_path( \plugin_dir_path( __FILE__ ) ) );
0 commit comments