From 1bd9ea32a0c4ceef30060dd2373e36982bec5388 Mon Sep 17 00:00:00 2001 From: Evan Mullins Date: Thu, 22 Feb 2024 17:55:21 -0500 Subject: [PATCH] set priority to 11 so it always happens after the default 10 --- bootstrap.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bootstrap.php b/bootstrap.php index f3f5d2262..40ed9820e 100644 --- a/bootstrap.php +++ b/bootstrap.php @@ -82,7 +82,8 @@ 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