We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ae857cb + 5f5be14 commit 6117c24Copy full SHA for 6117c24
includes/views/settings.php
@@ -80,7 +80,7 @@
80
<?php
81
82
$label = isset( $option['label'] ) ? $option['label'] : $option;
83
- echo esc_attr( $label . $feature );
+ echo wp_kses_post( $label . $feature );
84
85
$input_box = isset( $option['event_label_box'] ) ?: false;
86
0 commit comments