Initial Commit
This commit is contained in:
13
views/checkout/fields/field-note.php
Normal file
13
views/checkout/fields/field-note.php
Normal file
@ -0,0 +1,13 @@
|
||||
<?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>
|
Reference in New Issue
Block a user