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