• Resolved Orange Ambition

    (@orangeambition)


    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.)’

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

    (@rankmathsupport)

    Hello @orangeambition,

    Thank you for contacting Rank Math support, and sorry for any inconvenience that might have been caused due to that.

    Our development team is already aware of the issue and already released a fix in our beta version:
    https://rankmath.com/changelog/beta/

    We don’t have the estimated time for when it will be added to our latest update, but it will be rolled out soon to fix the error you shared.

    Meanwhile, you can disable the notice by setting the WP_DEBUG_DISPLAY and WP_DEBUG_LOG constants to false in your wp-config.php file.

    Alternatively, you can add the following filter to rank-math.php file to fix these warnings/notices:

    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

    We really appreciate your kind patience regarding this matter.

    Looking forward to helping you.

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