14 lines
218 B
PHP
14 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>
|