|
1
|
<?php /** @var Give\Framework\FieldsAPI\Field $field */ ?> |
|
2
|
<?php /** @var string $fieldIdAttribute */ ?> |
|
3
|
<label class="give-label" for="<?php echo $fieldIdAttribute; ?>"> |
|
4
|
<?php include plugin_dir_path( __FILE__ ) . 'label-content.html.php'; ?> |
|
5
|
</label> |
|
6
|
|