Skip to content

Commit

Permalink
Merge pull request #1412 from bluehost/fix/plugins_loaded_priority_fo…
Browse files Browse the repository at this point in the history
…r_cache_types

Fix/plugins loaded priority for cache types
  • Loading branch information
circlecube authored Nov 14, 2024
2 parents 9670818 + 5e7dddf commit a2be8b0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
use WP_Forge\UpgradeHandler\UpgradeHandler;
use NewfoldLabs\WP\ModuleLoader\Container;
use NewfoldLabs\WP\ModuleLoader\Plugin;
use NewfoldLabs\WP\Context\Context;
use NewfoldLabs\WP\Module\Features\Features;
use function NewfoldLabs\WP\ModuleLoader\container as setContainer;
use function NewfoldLabs\WP\Context\setContext;
Expand Down Expand Up @@ -80,8 +79,7 @@ function () {
$bluehost_module_container->set( 'cache_types', $cache_types );
$bluehost_module_container->set( 'marketplace_brand', $marketplace_brand );
}
},
11
}
);

// Properly get branding links depending on market
Expand Down

0 comments on commit a2be8b0

Please sign in to comment.