PHP8.1 Deprecated: trim(): Passing null to parameter
-
Szia!
Az alábbi hibaüzenet jelenik meg, amikor a Fiókom oldalon belül a Címekre kattintok (My Account -> Addresses). Ez a Számlázási és a Szállítási cím felett jelenik meg:
Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /xxx/wp-content/plugins/woocommerce/includes/class-wc-countries.php on line 622
Ha a surbma-magyar-woocommerce/modules/tax-number.php 114. sorát err?l:
$address['tax_number'] = 'billing' == $address_type && '' != $taxnumber ? __( 'Tax number', 'surbma-magyar-woocommerce' ) . ': ' . $taxnumber : null;
erre változtatom
$address['tax_number'] = 'billing' == $address_type && '' != $taxnumber ? __( 'Tax number', 'surbma-magyar-woocommerce' ) . ': ' . $taxnumber : '';
akkor a hibaüzenet elt?nik.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘PHP8.1 Deprecated: trim(): Passing null to parameter’ is closed to new replies.