| @@ -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 | ]; |