• _load_textdomain_just_in_time

    Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the advanced-flat-rate-shipping-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.)

Viewing 1 replies (of 1 total)
  • Plugin Support Hitendra Chopda

    (@hitendra-chopda)

    Hi Darren,

    Thank you for reaching out and sharing the details of the issue you are experiencing.

    You may be seeing this warning because the debug mode on your WordPress system is currently enabled.
    To resolve this, please check the following constant and set its value to false:

    define('WP_DEBUG_DISPLAY', false);

    To change the WP_DEBUG_DISPLAY global variable, update its value from true to false in the wp-config.php file.

    Please let us know if the issue persists after making this change.

    Best regards,
    Hitendra | Dotstore Team

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.