PluginProbe
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More / 5.0
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More v5.0
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 | classes/views/solutions/_import.php +2 -2 6.35.0 View file →
@@ -40,9 +40,9 @@
40 40 onchange="frm_show_div('show_sub_opt',this.checked,false,'.');frm_show_div('show_<?php echo esc_attr( $info['form'] ); ?>',this.checked,true,'.')"
41 41 <?php } ?>
42 42 />
43 43 <div class="frm_image_option_container frm_label_with_image">
44 - <?php echo FrmAppHelper::kses( $info['img'], array( 'svg', 'rect', 'path' ) ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>
44 + <?php echo FrmAppHelper::kses( $info['img'], array( 'svg', 'rect', 'path' ) ); // WPCS: XSS ok. ?>
45 45 <span class="frm_text_label_for_image">
46 46 <?php
47 47 if ( ! empty( $disabled ) ) {
48 48 FrmAppHelper::icon_by_class(
@@ -53,9 +53,9 @@
53 53 );
54 54 }
55 55
56 56 if ( $importing === 'form' && $disabled ) {
57 - echo FrmAppHelper::kses( FrmFormsHelper::edit_form_link( $imported[ $info['form'] ] ), array( 'a' ) ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
57 + echo FrmFormsHelper::edit_form_link( $imported[ $info['form'] ] ); // WPCS: XSS ok.
58 58 } else {
59 59 echo esc_html( $info['name'] );
60 60 }
61 61 ?>