Deprecation Error with PHP 8.2+
-
I upgraded my site from PHP 8.1 to PHP 8.3 and I am now seeing deprecation errors:
Creation of dynamic property Alg_WC_Guest_Order_Tracking_Settings_General::$id is deprecated
Creation of dynamic property Alg_WC_Guest_Order_Tracking_Settings_General::$desc is deprecated
related to:
wp-content/plugins/guest-order-tracking-for-woocommerce/includes/settings/class-alg-wc-guest-order-tracking-settings-general.php:24
wp-content/plugins/guest-order-tracking-for-woocommerce/includes/settings/class-alg-wc-guest-order-tracking-settings-general.php:25
I believe this is because PHP 8.2+ deprecated setting undeclared class properties. Would you please update the plugin to be PHP 8.3 compatible.
Thank you for a very useful plugin!
You must be logged in to reply to this topic.