-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
executable file
·64 lines (41 loc) · 2.17 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
=== ACF Enhanced Message Field ===
Contributors: drebbits.web
Tags: acf, custom fields, message field, message, php, add on
Requires at least: 4.0
Tested up to: 4.5.0
License: GPLv2 or later
Adds an enhanced version of the default Message field to accept PHP and certainly no wpauto().
== Description ==
This field will provide you more options and flexibility on how you would like to present an instruction or message to your client's (or site in general) admin interface.
Features:
* Support PHP.
* Option to hide label when field is displayed.
Compatible with Advanced Custom Fields:
* 4 (tested up to 4.4.6)
* 5 (PRO, tested up to 5.3.7)
PS: You need [Advanced Custom Fields](https://wordpress.org/plugins/advanced-custom-fields/) installed to use this.
PPS: Even more awesome if you have [Advanced Custom Fields PRO](http://www.advancedcustomfields.com/pro/) installed.
__Important note:__ Use this with utmost care.
== Installation ==
1. Check and make sure you have installed [Advanced Custom Fields](https://wordpress.org/plugins/advanced-custom-fields/).
2. Upload 'acf-enhanced-message' to your '/wp-content/plugins/' folder.
3. Go ahead and activate the plugin in the 'Plugins' admin page in WordPress.
4. Create a field group and check 'Enhanced Message' (under Layout) that is now available.
== Frequently Asked Questions ==
= You: Should I include PHP tags =
Me: Yes.
= You: I have more questions or found an issue =
Me: Reach out on [WordPress support and discussion forums](https://wordpress.org/support/) or Github [issues](https://github.com/drebbits/acf-enhanced-message-field/issues)
== Changelog ==
= 1.1.2 =
* __Fix__: Call to undefined function get_current_screen()
= 1.1.1 =
* __Fix__: don't process load field outside admin interface
= 1.1.0 =
* Compatible with ACF 4.4.6 and ACF Pro 5.3.7
* Prevent class conflict if this plugin is already added directly in your plugin/theme.
* __Fix__: Prevent style being printed in json export
= 1.0.1 =
* __Fix__: Updated the prefix of group fields to hide again fields that are not necessary/required.
= 1.0 =
* First release, fresh and innocent but will get you there.