Submit
Path:
~
/
home
/
getwphos
/
public_html
/
kingpanel
/
wp-content
/
plugins
/
gravityforms
/
includes
/
fields
/
File Content:
class-gf-field-honeypot.php
<?php use Gravity_Forms\Gravity_Forms\Honeypot; if ( ! class_exists( 'GFForms' ) ) { die(); } /** * The honeypot field used to capture spam. * * @since 2.9.16 */ class GF_Field_Honeypot extends GF_Field { /** * The field type. * * @since 2.9.16 * * @var string */ public $type = 'honeypot'; /** * Prevent the field type button appearing in the form editor. * * @since 2.9.16 * * @return array */ public function get_form_editor_button() { return array(); } /** * Returns the field inner markup. * * @since 2.9.16 * * @param array $form The form the field is to be output for. * @param string $value The field value. * @param null|array $entry Null or the current entry. * * @return string */ public function get_field_input( $form, $value = '', $entry = null ) { /** @var Honeypot\GF_Honeypot_Handler $handler */ $handler = GFForms::get_service_container()->get( Honeypot\GF_Honeypot_Service_Provider::GF_HONEYPOT_HANDLER ); return sprintf( "<div class='ginput_container'><input name='%s' id='input_%d_%d' type='text' value='%s' autocomplete='new-password'/></div>", esc_attr( $handler->get_input_name( $form, $this->id ) ), absint( rgar( $form, 'id', $this->formId ) ), absint( $this->id ), esc_attr( $value ) ); } } GF_Fields::register( new GF_Field_Honeypot() );
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
field-decorator-choice
---
0755
class-gf-field-address.php
67606 bytes
0644
class-gf-field-calculation.php
8156 bytes
0644
class-gf-field-captcha.php
26506 bytes
0644
class-gf-field-checkbox.php
40632 bytes
0644
class-gf-field-consent.php
19235 bytes
0644
class-gf-field-creditcard.php
31192 bytes
0644
class-gf-field-date.php
53230 bytes
0644
class-gf-field-donation.php
3329 bytes
0644
class-gf-field-email.php
19180 bytes
0644
class-gf-field-fileupload.php
74801 bytes
0644
class-gf-field-hidden.php
3212 bytes
0644
class-gf-field-hiddenproduct.php
5251 bytes
0644
class-gf-field-honeypot.php
1367 bytes
0644
class-gf-field-html.php
3127 bytes
0644
class-gf-field-image-choice.php
7849 bytes
0644
class-gf-field-list.php
31546 bytes
0644
class-gf-field-multiple-choice.php
4817 bytes
0644
class-gf-field-multiselect.php
14324 bytes
0644
class-gf-field-name.php
33271 bytes
0644
class-gf-field-number.php
14531 bytes
0644
class-gf-field-option.php
1161 bytes
0644
class-gf-field-page.php
2010 bytes
0644
class-gf-field-password.php
19170 bytes
0644
class-gf-field-phone.php
10814 bytes
0644
class-gf-field-post-category.php
1303 bytes
0644
class-gf-field-post-content.php
1854 bytes
0644
class-gf-field-post-custom-field.php
2694 bytes
0644
class-gf-field-post-excerpt.php
5373 bytes
0644
class-gf-field-post-image.php
17541 bytes
0644
class-gf-field-post-tags.php
4007 bytes
0644
class-gf-field-post-title.php
3541 bytes
0644
class-gf-field-price.php
3279 bytes
0644
class-gf-field-product.php
1110 bytes
0644
class-gf-field-quantity.php
1156 bytes
0644
class-gf-field-radio.php
21266 bytes
0644
class-gf-field-repeater.php
33534 bytes
0644
class-gf-field-section.php
2656 bytes
0644
class-gf-field-select.php
8229 bytes
0644
class-gf-field-shipping.php
1074 bytes
0644
class-gf-field-singleproduct.php
10973 bytes
0644
class-gf-field-singleshipping.php
3268 bytes
0644
class-gf-field-submit.php
7147 bytes
0644
class-gf-field-text.php
9758 bytes
0644
class-gf-field-textarea.php
21950 bytes
0644
class-gf-field-time.php
19496 bytes
0644
class-gf-field-total.php
7097 bytes
0644
class-gf-field-website.php
5496 bytes
0644
class-gf-field.php
88308 bytes
0644
class-gf-fields.php
2584 bytes
0644
index.php
27 bytes
0644
N4ST4R_ID | Naxtarrr