• Please improve the following I18N issue to fit WordPress 6.7 requirement.

    Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the simple-lightbox 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 fix this asap, thanks.

Viewing 1 replies (of 1 total)
  • Until the plugin author releases a fix, which will probably take some time, you can change the following line in main.php on line 27.

     'name' => __( 'Simple Lightbox', 'simple-lightbox' ),

    to

    'name' => 'Simple Lightbox',
Viewing 1 replies (of 1 total)

The topic ‘WordPress 6.7 I18N Issue’ is closed to new replies.