first commit
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
/**
|
||||
* This template can be overridden by copying it to yourtheme/flexible-checkout-fields/fields/heading.php
|
||||
*
|
||||
* @var string $key Field ID.
|
||||
* @var mixed[] $args Custom attributes for field.
|
||||
* @var mixed $value Field value.
|
||||
* @var string[] $custom_attributes .
|
||||
*
|
||||
* @package Flexible Checkout Fields
|
||||
*/
|
||||
|
||||
?>
|
||||
<h4 class="form-heading form-row <?php echo esc_attr( $args['class'] ); ?>"
|
||||
id="<?php echo esc_attr( $key ); ?>_field"
|
||||
data-priority="<?php echo esc_attr( $args['priority'] ); ?>"
|
||||
data-fcf-field="<?php echo esc_attr( $key ); ?>">
|
||||
<?php echo wp_kses_post( $args['label'] ); ?>
|
||||
</h4>
|
||||
Reference in New Issue
Block a user