• Hello,

    While debugging our WordPress environment during checkout and API requests, we encountered the following notice originating from your plugin:

    Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the mxchat 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.

    Impact: > Because text domain loading is triggered before the init action, it outputs a PHP notice prematurely. This causes HTTP headers to be sent too early, breaking subsequent REST API and AJAX responses (such as payment processing and checkout requests) and triggering “headers already sent” warnings site-wide.

    Requested Fix: > Please ensure that all translation files and text domains are loaded strictly on or after the WordPress init action hook.

    Thank you!

You must be logged in to reply to this topic.