woocommerce / facebook-for-woocommerce

A first-party extension plugin built for WooCommerce. Development is managed by Ventures.
https://woocommerce.com/products/facebook/
GNU General Public License v2.0
211 stars 140 forks source link

PHP 8.4 compatibility issues #2822

Open layoutd opened 2 weeks ago

layoutd commented 2 weeks ago

As part of #2821, some deprecated messages appeared in the logs:

Activating Extension

Deprecated: WC_Facebookcommerce_Integration::create_product_simple(): Implicitly marking parameter $fb_product_group_id as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/wp-content/plugins/facebook-for-woocommerce/facebook-commerce.php on line 1210`

Viewing WooCommerce Categories

PHP Deprecated:  WooCommerce\Facebook\Admin\Enhanced_Catalog_Attribute_Fields::__construct(): Implicitly marking parameter $term as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/wp-content/plugins/facebook-for-woocommerce/includes/Admin/Enhanced_Catalog_Attribute_Fields.php on line 50
PHP Deprecated:  WooCommerce\Facebook\Admin\Enhanced_Catalog_Attribute_Fields::__construct(): Implicitly marking parameter $product as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/wp-content/plugins/facebook-for-woocommerce/includes/Admin/Enhanced_Catalog_Attribute_Fields.php on line 50