• Hello,

    I added a code snippet containing functions using the “WP-code” plugin, but as soon as I run it, the following message appears in the Debug.log file:

    The _load_textdomain_just_in_time function was called incorrectly. Loading the translation for the graphene domain was triggered too early. This usually indicates that code in the plugin or theme is executing too early. Translations should be loaded at the time of the init action or later. (This message was added in version 6.7.0.)

    . My WordPress version is 6.9.1.

    . My other plugins are up to date, and I’ve deactivated most of them to keep only the essential ones.

    P.S.: For debugging, I added error_log("Hello") at the very beginning of my code. I can see them in the debug.log file, but I don’t see the error_log statements within my functions. Does this mean it’s not interpreting my functions correctly?

    Otherwise, your theme is great!

    Could you help me because I’m completely stuck… Thank you so much! :-))

You must be logged in to reply to this topic.