Deprecated Warning: Automatic Conversion of False to Array in Plugin.php Line 21
-
Hello,
I’m seeing a PHP deprecation warning coming from the Weight-Based Shipping for WooCommerce plugin. Details from Query Monitor:
Deprecated: Automatic conversion of false to array is deprecated
File: wp-content/plugins/weight-based-shipping-for-woocommerce/server/src/Plugin.php:213
PHP Version: 8.2.28
WordPress Version: 6.8.1
WooCommerce Version: 10.0.2It appears the plugin is trying to treat a false value as an array, which is deprecated in PHP 8.1+ and now throws a warning.
Can you include a fix in a future release?
The topic ‘Deprecated Warning: Automatic Conversion of False to Array in Plugin.php Line 21’ is closed to new replies.