Skip to content

Commit 8c4d7d6

Browse files
authored
update default hook so theme routes work
1 parent 2b7add4 commit 8c4d7d6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

config/typerocket.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,10 @@
3333
| loaded instantly set hook to _instant_. Other hook options
3434
| include: muplugins_loaded, plugins_loaded, or setup_theme
3535
|
36+
| Default option: typerocket_loaded
37+
|
3638
*/
3739
'routes' => [
38-
'hook' => 'plugins_loaded',
40+
'hook' => 'typerocket_loaded',
3941
],
4042
];

0 commit comments

Comments
 (0)