forked from erickertz/acf-hidden
-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
executable file
·32 lines (23 loc) · 957 Bytes
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
=== Advanced Custom Fields: hidden Field ===
Contributors: erictr1ck
Tags: advanced custom fields, hidden field
Requires at least: 3.5
Tested up to: 3.8.1
Stable tag: trunk
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
A hidden field for Advanced Custom Fields
== Description ==
A hidden field for Advanced Custom Fields based off of acf-field-type-template: https://github.com/elliotcondon/acf-field-type-template. Provides litte value on its own but could be handy when used in conjunction with other plugins.
= Compatibility =
This ACF field type is compatible with:
* ACF 5
* ACF 4
== Installation ==
1. Copy the `acf-hidden` folder into your `wp-content/plugins` folder
2. Activate the hidden plugin via the plugins admin page
3. Create a new field via ACF and select the hidden type
4. Please refer to the description for more info regarding the field type settings
== Changelog ==
= 1.0.0 =
* Initial Release.