PluginProbe
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More / 6.18
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More v6.18
6.35 6.34 6.33.1 6.33 6.32.1 6.32 6.31 6.25 6.25.1 6.26 6.26.1 6.27 6.28 6.29 6.3 6.3.1 6.3.2 6.30 6.4 6.4.1 6.4.2 6.5 6.5.1 6.5.2 6.5.3 All 141 releases
← All changes | css/_single_theme.css.php +5 -5 6.256.18 View file →
@@ -58,9 +58,9 @@
58 58 margin-top: 6px;
59 59 <?php } ?>
60 60 padding:0;
61 61 <?php if ( ! empty( $font ) ) { ?>
62 - font-family:<?php FrmAppHelper::kses_echo( $font . $important ); ?>;
62 + font-family:<?php echo FrmAppHelper::kses( $font . $important ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>;
63 63 <?php } ?>
64 64 <?php if ( ! empty( $description_font_size ) ) { ?>
65 65 font-size:<?php echo esc_html( $description_font_size . $important ); ?>;
66 66 <?php } ?>
@@ -132,9 +132,9 @@
132 132 <?php if ( ! empty( $check_weight ) ) { ?>
133 133 font-weight:<?php echo esc_html( $check_weight . $important ); ?>;
134 134 <?php } ?>
135 135 <?php if ( ! empty( $font ) ) { ?>
136 - font-family:<?php FrmAppHelper::kses_echo( $font . $important ); ?>;
136 + font-family:<?php echo FrmAppHelper::kses( $font . $important ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>;
137 137 <?php } ?>
138 138 <?php if ( ! empty( $check_font_size ) ) { ?>
139 139 font-size:<?php echo esc_html( $check_font_size . $important ); ?>;
140 140 <?php } ?>
@@ -197,9 +197,9 @@
197 197 .frm_form_submit_style,
198 198 .<?php echo esc_html( $style_class ); ?> .frm-edit-page-btn {
199 199 width:<?php echo esc_html( ( $submit_width == '' ? 'auto' : $submit_width ) . $important ); ?>;
200 200 <?php if ( ! empty( $font ) ) { ?>
201 - font-family:<?php FrmAppHelper::kses_echo( $font ); ?>;
201 + font-family:<?php echo FrmAppHelper::kses( $font ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>;
202 202 <?php } ?>
203 203 font-size:<?php echo esc_html( $submit_font_size . $important ); ?>;
204 204 height:<?php echo esc_html( $submit_height . $important ); ?>;
205 205 line-height:normal<?php echo esc_html( $important ); ?>;
@@ -302,9 +302,9 @@
302 302 .<?php echo esc_html( $style_class ); ?>.frm_inline_top .frm_submit::before,
303 303 .<?php echo esc_html( $style_class ); ?> .frm_submit.frm_inline_submit::before {
304 304 content:"before";
305 305 <?php if ( ! empty( $font ) ) { ?>
306 - font-family:<?php FrmAppHelper::kses_echo( $font ); ?>;
306 + font-family:<?php echo FrmAppHelper::kses( $font ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>;
307 307 <?php } ?>
308 308 font-size:<?php echo esc_html( $font_size . $important ); ?>;
309 309 color:<?php echo esc_html( $label_color . $important ); ?>;
310 310 font-weight:<?php echo esc_html( $weight . $important ); ?>;
@@ -323,9 +323,9 @@
323 323 }
324 324
325 325 .<?php echo esc_html( $style_class ); ?> #frm_field_cptch_number_container{
326 326 <?php if ( ! empty( $font ) ) { ?>
327 - font-family:<?php FrmAppHelper::kses_echo( $font ); ?>;
327 + font-family:<?php echo FrmAppHelper::kses( $font ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>;
328 328 <?php } ?>
329 329 font-size:<?php echo esc_html( $font_size . $important ); ?>;
330 330 color:<?php echo esc_html( $label_color . $important ); ?>;
331 331 font-weight:<?php echo esc_html( $weight . $important ); ?>;