From bfaec28859322a1db65b527282180a36bec4793c Mon Sep 17 00:00:00 2001 From: Evan Mullins Date: Thu, 23 May 2024 16:05:51 -0400 Subject: [PATCH] update priority for setting context hook this needs to happen very early since features are adjusted based on context --- bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.php b/bootstrap.php index e29e368..608226c 100644 --- a/bootstrap.php +++ b/bootstrap.php @@ -18,7 +18,7 @@ function () { do_action( 'newfold/context/set' ); }, // Using higher priority than default to ensure context is set before any module registration - 9 + 1 ); // Platform detection