WP 404 auto PHP 8.2 incompatiblity
-
Hi, we’re in the process of trying to jump our WP site up to PHP 8.2 however wp-404-auto-redirect-to-similar-post is throwing deprecation warnings:
Deprecated: Creation of dynamic property WP_404_Auto_Redirect::$engines is deprecated in /var/www/vhosts/host/httpdocs/wp-content/plugins/wp-404-auto-redirect-to-similar-post/class/class-engines.php on line 551
Deprecated: Creation of dynamic property WP_404_Auto_Redirect::$groups is deprecated in /var/www/vhosts/host/httpdocs/wp-content/plugins/wp-404-auto-redirect-to-similar-post/class/class-groups.php on line 380
Deprecated: Creation of dynamic property WP_404_Auto_Redirect::$search is deprecated in /var/www/vhosts/host/httpdocs/wp-content/plugins/wp-404-auto-redirect-to-similar-post/class/class-search.php on line 288
Deprecated: Creation of dynamic property WP_404_Auto_Redirect::$settings is deprecated in /var/www/vhosts/host/httpdocs/wp-content/plugins/wp-404-auto-redirect-to-similar-post/class/class-settings.php on line 94Could the properties please be given explicit definitions in the next release to resolve the issue?
Thanks
- You must be logged in to reply to this topic.