PluginProbe
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More / 5.4
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More v5.4
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/models/fields/FrmFieldUserID.php +0 -8 6.35.4 View file →
@@ -32,14 +32,8 @@
32 32 */
33 33 protected $holds_email_values = true;
34 34
35 35 /**
36 - * @var bool
37 - */
38 - protected $array_allowed = false;
39 -
40 -
41 - /**
42 36 * @return string
43 37 */
44 38 protected function include_form_builder_file() {
45 39 return FrmAppHelper::plugin_path() . '/classes/views/frm-fields/back-end/field-user-id.php';
@@ -129,10 +123,8 @@
129 123 }
130 124
131 125 /**
132 126 * @since 4.0.04
133 - *
134 - * @return void
135 127 */
136 128 public function sanitize_value( &$value ) {
137 129 FrmAppHelper::sanitize_value( 'intval', $value );
138 130 }