Bug: PHP Deprecated Yoast_I18n_v3 with no alternative available
-
Getting lots of PHP Deprecated messages in error log on a client website:
[17-Jan-2023 12:39:37 UTC] PHP Deprecated: Die Funktion Yoast_I18n_v3::__construct ist seit Version WPSEO 19.12 veraltet und es ist keine Alternative verfügbar. in ../wp-includes/functions.php on line 5393
[17-Jan-2023 12:39:37 UTC] PHP Deprecated: Die Funktion Yoast_I18n_v3::set_api_url ist seit Version WPSEO 19.12 veraltet und es ist keine Alternative verfügbar. in ../wp-includes/functions.php on line 5393Reason appears to be in file
glossary-by-codeat/vendor/yoast/i18n-module/src/i18n-wordpressorg-v3.php
line 28:public function __construct( $args, $show_translation_box = true ) { $args = $this->set_defaults( $args ); $this->i18n = new Yoast_I18n_v3( $args, $show_translation_box ); $this->set_api_url( $args['textdomain'] ); }
Glossary plugin is using two functions from Yoast SEO v19.12 that are no longer supported, see also here.
Glossary 2.1.27, Yoast SEO 19.14, WordPress 6.1.1
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Bug: PHP Deprecated Yoast_I18n_v3 with no alternative available’ is closed to new replies.