php8 error “Deprecated: Required parameter follows optional parameter”
-
Hi team, small depreciation message site wide:
Deprecated: Required parameter $product follows optional parameter $clone_idx in \www\site51\wp-content\plugins\advanced-product-fields-for-woocommerce\includes\controllers\class-product-controller.php on line 297
Putting the product var in front fixes it:
private function to_cart_fields(Field $field, $product, $clone_idx = 0, $quantity = 1) {
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘php8 error “Deprecated: Required parameter follows optional parameter”’ is closed to new replies.