get_wrapper_html_attributes(); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>>
$field,
]
);
/**
* Adds the partial description template.
*
* @since 2.0.0
*/
wu_get_template(
'checkout/fields/partials/field-description',
[
'field' => $field,
]
);
/**
* Adds the partial errors template.
*
* @since 2.0.0
*/
wu_get_template(
'checkout/fields/partials/field-errors',
[
'field' => $field,
]
);
?>