Use PHP 7.4 featers and PHP 8 polyfills
This commit is contained in:
@ -19,9 +19,9 @@ $active_gateways = wu_get_active_gateway_as_options();
|
||||
*/
|
||||
wu_get_template(
|
||||
'checkout/fields/partials/field-title',
|
||||
array(
|
||||
[
|
||||
'field' => $field,
|
||||
)
|
||||
]
|
||||
);
|
||||
|
||||
?>
|
||||
@ -71,9 +71,9 @@ $active_gateways = wu_get_active_gateway_as_options();
|
||||
*/
|
||||
wu_get_template(
|
||||
'checkout/fields/partials/field-errors',
|
||||
array(
|
||||
[
|
||||
'field' => $field,
|
||||
)
|
||||
]
|
||||
);
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user