Skip to content

Commit

Permalink
Add Tools tab & ability to disable quick draft dashboard widget
Browse files Browse the repository at this point in the history
  • Loading branch information
parsakafi committed Sep 9, 2023
1 parent 29b4644 commit 3eb9804
Show file tree
Hide file tree
Showing 8 changed files with 98 additions and 19 deletions.
2 changes: 2 additions & 0 deletions WPMetaOptimizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ function __construct() {
Actions::getInstance();
Queries::getInstance();
Integration::getInstance();
Tools::getInstance();

$actionPriority = 99999999;

Expand Down Expand Up @@ -541,6 +542,7 @@ private function include() {
require_once __DIR__ . '/inc/Install.php';
require_once __DIR__ . '/inc/DBIndexes.php';
require_once __DIR__ . '/inc/Optimize.php';
require_once __DIR__ . '/inc/Tools.php';
require_once __DIR__ . '/inc/Helpers.php';
require_once __DIR__ . '/inc/Options.php';
require_once __DIR__ . '/inc/Actions.php';
Expand Down
7 changes: 6 additions & 1 deletion assets/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/style.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/style.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3eb9804

Please sign in to comment.