• Resolved stein2nd

    (@stein2nd)


    I’m letting you know that the following error appeared after updating to WP v7.0.3.

    Deprecated: Using null as the key parameter for array_key_exists() is deprecated; use an empty string instead in /wp-content/plugins/translation-stats/includes/class-locales.php on line 152

Viewing 1 replies (of 1 total)
  • Plugin Author tonogata

    (@tonogata)

    Thank you for reporting this to us!

    I’ve checked the error, and it is actually originating from the translation-stats plugin. In PHP 8.1+, a “Deprecated” warning is thrown if a null value is passed to certain functions, which seems to be happening within their class-locales.php file.

    Please be assured that our plugin, Bousaid AI Slug Generator, follows the standard WordPress translation structure and does not contain any faulty translation files that would cause this.

    Since this is merely a Deprecated notice, it won’t affect your site’s functionality. We recommend hiding these notices on your live site by setting WP_DEBUG_DISPLAY to false in your wp-config.php file. You might also want to let the authors of the Translation Stats plugin know about this so they can patch it.

    Best regards,

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.