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 f439b66 commit 2a0cbdaCopy full SHA for 2a0cbda
app/class-toolkit.php
@@ -29,7 +29,7 @@ public function authenticated_init() {
29
if ( is_user_logged_in() ) {
30
new Admin\Toolkit_Dashboard_Page( $this->installed_dir, $this->installed_url );
31
new Admin\Generators_Page( $this->installed_dir, $this->installed_url, $this->version );
32
- new Admin\Plugin_Generator_Defaults( $this->installed_dir, $this->installed_url );
+// new Admin\Plugin_Generator_Defaults( $this->installed_dir, $this->installed_url );
33
// new Admin\Documentation_Viewer( $this->installed_dir, $this->installed_url );
34
}
35
do_action( get_called_class() . '_after_authenticated_init' );
0 commit comments