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

11 lines
271 B
PHP

<?php
/**
* Heading field view.
*
* @since 2.0.0
*/
?>
<div class="wu-m-0" id="<?php echo esc_attr($field->id); ?>" data-type="heading">
<h3 class="wu-m-0 wu-my-2"><?php echo $field->title; ?></h3>
<p class="wu-m-0 wu-my-2"><?php echo $field->desc; ?></p>
</div>