• Hello< can you please fix the following:

    Function _load_textdomain_just_in_time was called incorrectly.
    Translation loading for the gd-security-headers 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 2 replies - 1 through 2 (of 2 total)
  • Yes, I am encountering this too:

    Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the gd-security-headers 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. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/publicta/public_html/wp-includes/functions.php on line 6121

    Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the gd-security-headers 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. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/publicta/public_html/wp-includes/functions.php on line 6121

    I hope this is resolved as it is 2 months old!

    It hasn’t been. The issue is most likely in this file:

    /plugins/gd-security-headers/d4plib/plugin/d4p.plugin.php

    Line 83: $this->load_textdomain(); needs to be moved out of function plugins_loaded.

    Needs to be in a new function under __construct() for ‘init’.

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

The topic ‘Function _load_textdomain_just_in_time’ is closed to new replies.