PluginProbe
JetFormBuilder — Dynamic Blocks Form Builder / 3.6.4
JetFormBuilder — Dynamic Blocks Form Builder v3.6.4
3.6.5.2 3.6.5.1 3.6.5 3.6.4.2 3.6.4.1 3.6.4 3.6.3.1 3.6.3 3.6.2.2 3.6.2.1 3.6.2 3.6.1.1 3.6.1 3.6.0.1 trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 All 130 releases
← All changes | includes/classes/tools.php +2 -2 trunk3.6.4 View file →
@@ -105,11 +105,11 @@
105 105 *
106 106 * @return string
107 107 */
108 108 public static function sanitize_wysiwyg( $input ): string {
109 - $input = wp_specialchars_decode( stripslashes( $input ), ENT_COMPAT );
109 + $input = wp_kses_post( $input );
110 110
111 - return wp_kses_post( $input );
111 + return wp_specialchars_decode( stripslashes( $input ), ENT_COMPAT );
112 112 }
113 113
114 114 /**
115 115 * Return all taxonomies list to use in JS components