PluginProbe
weForms – Easy Drag & Drop Contact Form Builder For WordPress / 1.6.1
weForms – Easy Drag & Drop Contact Form Builder For WordPress v1.6.1
1.6.7 1.6.8 1.6.9 1.6.12 1.6.13 1.6.14 1.6.15 1.6.16 1.6.17 1.6.18 1.6.19 1.6.2 1.6.20 1.6.21 1.6.22 1.6.23 1.6.24 1.6.25 1.6.26 1.6.27 1.6.28 1.6.3 1.6.4 1.6.5 1.6.6 All 74 releases
← All changes | includes/class-field-manager.php +0 -3 1.6.61.6.1 View file →
@@ -57,9 +57,8 @@
57 57 require_once __DIR__ . '/fields/class-field-html.php';
58 58 require_once __DIR__ . '/fields/class-field-hidden.php';
59 59 require_once __DIR__ . '/fields/class-field-image.php';
60 60 require_once __DIR__ . '/fields/class-field-recaptcha.php';
61 - require_once __DIR__ . '/fields/class-field-humanpresence.php';
62 61 require_once __DIR__ . '/fields/class-field-date.php';
63 62
64 63 $fields = [
65 64 'text_field' => new WeForms_Form_Field_Text(),
@@ -77,9 +76,8 @@
77 76 'custom_html' => new WeForms_Form_Field_HTML(),
78 77 'custom_hidden_field' => new WeForms_Form_Field_Hidden(),
79 78 'image_upload' => new WeForms_Form_Field_Image(),
80 79 'recaptcha' => new WeForms_Form_Field_reCaptcha(),
81 - 'humanpresence' => new WeForms_Form_Field_HumanPresence(),
82 80 ];
83 81
84 82 $this->fields = apply_filters( 'weforms_form_fields', $fields );
85 83 }
@@ -119,9 +117,8 @@
119 117 'column_field',
120 118 'section_break',
121 119 'custom_html',
122 120 'recaptcha',
123 - 'humanpresence'
124 121 ]
125 122 ),
126 123 ],
127 124 ];