wp-multisite-subscriptions/views/checkout/fields/field-note.php
2025-06-15 19:45:09 +08:00

13 lines
218 B
PHP

<?php
/**
* Note field view.
*
* @since 2.0.0
*/
?>
<div class="<?php echo esc_attr(trim($field->wrapper_classes)); ?>" <?php echo $field->get_wrapper_html_attributes(); ?>>
<?php echo $field->desc; ?>
</div>