You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If your ExpressionEngine installation is hosting multiple sites, you can specify different values for MSM sites configuiration by using site short name as prefix.
77
+
78
+
Th site short name can be accessed in the code using `$GLOBALS['assign_to_config']['site_name']` variable.
79
+
80
+
The below example demonstrates this approach, assuming you have 2 MSM sites with short names of `default_site` and `second_site`
0 commit comments