Skip to content

Commit

Permalink
update priority for setting context hook
Browse files Browse the repository at this point in the history
this needs to happen very early since features are adjusted based on context
  • Loading branch information
circlecube committed May 23, 2024
1 parent 0d852f8 commit bfaec28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bfaec28

Please sign in to comment.