# give/4.16.9/src/Framework/FieldsAPI/Honeypot.php

GiveWP – Donation Plugin and Fundraising Platform, version 4.16.9. 14 lines.

- Page: https://pluginprobe.com/plugins/give/4.16.9/code/src/Framework/FieldsAPI/Honeypot.php
- Raw: https://pluginprobe.com/plugins/give/4.16.9/raw/src/Framework/FieldsAPI/Honeypot.php
- Modified: 2024-09-25T21:57:00+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/give/4.16.9/code/src/Framework/FieldsAPI/Honeypot.php#L10-L20`.

```php
<?php

namespace Give\Framework\FieldsAPI;

/**
 * @since 3.16.2
 */
class Honeypot extends Field
{
    use Concerns\HasLabel;

    const TYPE = 'honeypot';
}

```
