• Resolved omahoung

    (@omahoung)


    Hello,

    After update to WordPress 6.7, I get this message:

    Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the rank-math 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 D:\xampp\htdocs\iris2\wp-includes\functions.php on line 6114

    Could you please assist in addressing this issue? Thank you for the support.

    Best regards.

Viewing 1 replies (of 1 total)
  • Plugin Support Rank Math Support

    (@rankmathsupport)

    Hello @omahoung,

    Thank you for contacting Rank Math support.

    We are aware of the issue and working on a solution. Please disable the notice by setting the WP_DEBUG_DISPLAY and WP_DEBUG_LOG constants to false in the wp-config.php file. If you don’t want to do that, please add the following filter to rank-math.php file.

    add_filter( 'doing_it_wrong_trigger_error', '__return_false' );

    Here is how to create the rank-math.php file: https://rankmath.com/kb/wordpress-hooks-actions-filters/#rank-math-php-file

    Hope that helps and please do not hesitate to let us know if you need our assistance with anything else.

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