-
Notifications
You must be signed in to change notification settings - Fork 5
Description
This error:
"_PHP Notice: Function load_textdomain_just_in_time was called incorrectly. Translation loading for the alma-gateway-for-woocommerce domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. "
is written to debug.log at least 20 times every few seconds. I reported it by opening a ticket, but there's been NO response from ALMA. It's very annoying!! Every time I open the debug.log for other purposes, it's FULL of the same error.
The Alma plugin is probably calling the load_plugin_textdomain() function or an equivalent translation loading code that is executed too early, e.g. globally in the plugin main file or before the init hook or better yet plugins_loaded.
To the plugin developers: please fix this issue.
Thanks