diff --git a/templates/input.php b/templates/input.php index e5e950a81ec1b39e927372d82c11bfea299922d4..29b1484e299f7140192430aedace11115b304a76 100644 --- a/templates/input.php +++ b/templates/input.php @@ -39,5 +39,5 @@ if ( $field->get_type() === 'checkbox' && $field->has_sublabel() ) : /> <?php if ( $field->get_type() === 'checkbox' && $field->has_sublabel() ) : ?> - <?php echo $field->get_sublabel(); ?></label> + <?php echo wp_kses_post( $field->get_sublabel() ); ?></label> <?php endif; ?>