PHP 8.2 deprecated notice
-
With PHP 8.2 every page load has the following deprecation notice:
Deprecated: Creation of dynamic property DisplayHtmlSitemap::$textdomain_loaded is deprecated in [path]/wp-content/plugins/display-html-sitemap/display-html-sitemap.php on line 50This can be fixed by moving the line
$this->textdomain_loaded = false;to be defined in the class properties e.g.private $textdomain_loaded = false;this will maintain older PHP version support.Thanks for the great plugin.
The topic ‘PHP 8.2 deprecated notice’ is closed to new replies.