Skip to content

Commit

Permalink
fix: deactivate template directory module by default [closes Codeinwp…
Browse files Browse the repository at this point in the history
  • Loading branch information
abaicus committed Oct 2, 2024
1 parent e518984 commit 96aa4a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion obfx_modules/template-directory/init.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function __construct() {
parent::__construct();
$this->name = __( 'Template Directory Module', 'themeisle-companion' );
$this->description = __( 'The awesome template directory is aiming to provide a wide range of templates that you can import straight into your website.', 'themeisle-companion' );
$this->active_default = true;
$this->active_default = false;
$this->refresh_after_enabled = true;
}

Expand Down

0 comments on commit 96aa4a0

Please sign in to comment.