• Resolved Laura Yeffeth

    (@lyeffeth)


    It looks like your plugin is calling the translation function (likely load_plugin_textdomain() or _load_textdomain_just_in_time) before the init action hook. See error below. Can you look into this?

    PHP Notice: Function _load_textdomain_just_in_time was called <strong>incorrectly</strong>. Translation loading for the <code>checkout-plugins-stripe-woo</code> 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 <code>init</code> action or later. Please see <a href=”https://developer.ww.wp.xz.cn/advanced-administration/debug/debug-wordpress/”>Debugging in WordPress</a> for more information. (This message was added in version 6.7.0.) in /wp-includes/functions.php on line 6121

Viewing 2 replies - 1 through 2 (of 2 total)
  • nootkan

    (@nootkan)

    I am seeing the same warning. It seems your plugin isn’t up to date with the current changes in WP 6.8.1 Please advise.

    • This reply was modified 1 year ago by nootkan.
    Plugin Support Aamir

    (@aamiribsf)

    Hi @lyeffeth , @nootkan,

    Thank you for bringing this to our attention and for sharing the specific error message.

    We’ve noted this behavior and have forwarded the details to our development team for review. This will be addressed in upcoming updates.

    In the meantime, while this notice doesn’t affect site functionality, you can suppress it by setting WP_DEBUG to false in your wp-config.php file, if you prefer to keep your logs clean until the fix is deployed.

    We appreciate your patience and understanding. Keep an eye on the changelog for updates related to this fix.

    Best regards,

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Calling the translation function too early’ is closed to new replies.