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/factories/FrmFieldFactory.php +0 -7 6.35.0 View file →
@@ -48,13 +48,8 @@
48 48
49 49 return $field_info;
50 50 }
51 51
52 - /**
53 - * @param int|string|object $field
54 - *
55 - * @return stdClass
56 - */
57 52 public static function get_field_object( $field ) {
58 53 if ( ! is_object( $field ) ) {
59 54 $field = FrmField::getOne( $field );
60 55 }
@@ -123,10 +118,8 @@
123 118 }
124 119
125 120 /**
126 121 * @since 3.0
127 - *
128 - * @param string $property
129 122 */
130 123 public static function field_has_property( $type, $property ) {
131 124 $field = self::get_field_type( $type );
132 125