PHP deprecated
-
Hello
I noticed much error lines on the debug.log file when I changed to PHP 8.2:
[01-Feb-2024 08:46:35 UTC] PHP Deprecated: Creation of dynamic property THWMSC_EDD_Updater_Helper::$product_name is deprecated in /var/www/vhosts/xxx/wp-content/plugins/woocommerce-multistep-checkout/class-thwmsc-edd-updater-helper.php on line 48
[01-Feb-2024 08:46:35 UTC] PHP Deprecated: Creation of dynamic property THWMSC_EDD_Updater_Helper::$api_url is deprecated in /var/www/vhosts/xxx/wp-content/plugins/woocommerce-multistep-checkout/class-thwmsc-edd-updater-helper.php on line 50
[01-Feb-2024 08:46:35 UTC] PHP Deprecated: Creation of dynamic property THWMSC_EDD_Updater_Helper::$item_id is deprecated in /var/www/vhosts/xxx/wp-content/plugins/woocommerce-multistep-checkout/class-thwmsc-edd-updater-helper.php on line 51
[01-Feb-2024 08:46:35 UTC] PHP Deprecated: Creation of dynamic property THWMSC_EDD_Updater_Helper::$item_identifier is deprecated in /var/www/vhosts/xxx/wp-content/plugins/woocommerce-multistep-checkout/class-thwmsc-edd-updater-helper.php on line 52
[01-Feb-2024 08:46:35 UTC] PHP Deprecated: Creation of dynamic property THWMSC_EDD_Updater_Helper::$wp_override is deprecated in /var/www/vhosts/xxx/wp-content/plugins/woocommerce-multistep-checkout/class-thwmsc-edd-updater-helper.php on line 54
[01-Feb-2024 08:46:35 UTC] PHP Deprecated: Creation of dynamic property THWMSC_EDD_Updater_Helper::$beta is deprecated in /var/www/vhosts/xxx/wp-content/plugins/woocommerce-multistep-checkout/class-thwmsc-edd-updater-helper.php on line 55
[01-Feb-2024 08:46:35 UTC] PHP Deprecated: Creation of dynamic property THWMSC_EDD_Updater_Helper::$license_page_url is deprecated in /var/www/vhosts/xxx/wp-content/plugins/woocommerce-multistep-checkout/class-thwmsc-edd-updater-helper.php on line 56
[01-Feb-2024 08:46:35 UTC] PHP Deprecated: Creation of dynamic property THWMSC_EDD_Updater_Helper::$sw_identifier is deprecated in /var/www/vhosts/xxx/wp-content/plugins/woocommerce-multistep-checkout/class-thwmsc-edd-updater-helper.php on line 57
[01-Feb-2024 08:46:35 UTC] PHP Deprecated: Creation of dynamic property THWMSC_EDD_Updater_Helper::$license_data_key is deprecated in /var/www/vhosts/xxx/wp-content/plugins/woocommerce-multistep-checkout/class-thwmsc-edd-updater-helper.php on line 58
[01-Feb-2024 08:46:35 UTC] PHP Deprecated: Creation of dynamic property THWMSC_EDD_Updater_Helper::$domain is deprecated in /var/www/vhosts/xxx/wp-content/plugins/woocommerce-multistep-checkout/class-thwmsc-edd-updater-helper.php on line 62Is it bad for WordPress and my WooCommerce site (except filling the debug.log with all those lines)?
- The topic ‘PHP deprecated’ is closed to new replies.