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
Since the plugin loader includes plugin files within a function, variables defined by plugins in what would normally be global scope are not actually globalized.
Description of the bug
Since the plugin loader includes plugin files within a function, variables defined by plugins in what would normally be global scope are not actually globalized.
Steps To Reproduce
See internal discussion at https://l.alley.dev/636711d9c8.
Additional Information
See workaround previously implemented at https://l.alley.dev/c0cc8fb23c, which is derived from https://github.com/Automattic/vip-go-mu-plugins/blob/60780fee97674a77a9ada2b25ce6dd4b6ebbd583/vip-helpers/vip-utils.php#L1381-L1424.
The text was updated successfully, but these errors were encountered: