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 c5c70bd commit 768ec32Copy full SHA for 768ec32
plugins/wpgraphql-debug-extensions/src/Plugin.php
@@ -81,8 +81,6 @@ private function setup(): void {
81
// Ensure that the received instance is indeed a QueryAnalyzer.
82
if ( $query_analyzer_instance instanceof OriginalQueryAnalyzer ) {
83
$debug_analyzer = new QueryAnalyzer( $query_analyzer_instance );
84
-
85
- // Initialize your extension. This is where it will register its own hooks
86
$debug_analyzer->init();
87
88
$initialized = true;
@@ -120,4 +118,4 @@ public function __wakeup(): void {
120
118
}
121
119
122
123
-endif;
+endif;
0 commit comments