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

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

- Page: https://pluginprobe.com/plugins/give/4.16.9/code/src/Framework/FieldsAPI/Hidden.php
- Raw: https://pluginprobe.com/plugins/give/4.16.9/raw/src/Framework/FieldsAPI/Hidden.php
- Modified: 2023-06-08T21:23: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/Hidden.php#L10-L20`.

```php
<?php

namespace Give\Framework\FieldsAPI;

/**
 * @since 2.12.0
 */
class Hidden extends Field
{
    use Concerns\HasLabel;
    use Concerns\HasEmailTag;

    const TYPE = 'hidden';
}

```
