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/FrmFieldName.php +0 -6 6.35.4 View file →
@@ -108,10 +108,8 @@
108 108 *
109 109 * @since 4.0
110 110 *
111 111 * @param array $args Includes 'field', 'display', and 'values'.
112 - *
113 - * @return void
114 112 */
115 113 public function show_primary_options( $args ) {
116 114 $field = (array) $args['field'];
117 115 include FrmAppHelper::plugin_path() . '/classes/views/frm-fields/back-end/name/primary-options.php';
@@ -164,10 +162,8 @@
164 162 }
165 163
166 164 /**
167 165 * @since 4.0.04
168 - *
169 - * @return void
170 166 */
171 167 public function sanitize_value( &$value ) {
172 168 FrmAppHelper::sanitize_value( 'sanitize_text_field', $value );
173 169 }
@@ -199,10 +195,8 @@
199 195 * @type array $shortcode_atts Shortcode attributes.
200 196 * @type array $errors Field errors.
201 197 * @type bool $remove_names Remove name attribute or not.
202 198 * }
203 - *
204 - * @return void
205 199 */
206 200 protected function process_args_for_field_output( &$args ) {
207 201 parent::process_args_for_field_output( $args );
208 202