_load_textdomain_just_in_time error
-
I am having an error for the Plugin: product-configurator-for-woocommerce
Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the product-configurator-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. (This message was added in version 6.7.0.)
The issue may be occuring because the
load_plugin_textdomainfunction is being called too early, before the plugin is fully loaded.I recommend using the
inithook instead of theplugins_loadedhook for loading text domains. This aligns with WordPress 6.7 requirements, which specify that text domains should only be loaded oninitor later. Kindly advise if there is a workaround until an update?I am receiving the same error for the Plugin: Product configurator for WooCommerce addon – Conditional logic
The page I need help with: [log in to see the link]
The topic ‘_load_textdomain_just_in_time error’ is closed to new replies.