-
Notifications
You must be signed in to change notification settings - Fork 1
/
readme.txt
58 lines (36 loc) · 1.98 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
=== ACF PHP VARS ===
Contributors: Sam Cohen
Donate Link: https://PayPal.Me/samjco
Tags: advanced custom fields, acf, developer, development, variables, vars, php
Requires at least: 3.0.1
Tested up to: 4.1
Version: 1.0
Stable tag: 1.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Special thanks to the ACF field display plugin.
== Description ==
Finally being able to copy all ACF field group variables is here!!!
***Now Supports ACF PRO!***
This plugin was build for the fantastic Advanced Custom Fields plugin created by Elliot Condon, and was made so that referencing custom fields is easier. This plugin was made to make life easy for developers who uses Advanced custom fields.
You are now able to get a complete list of fields that you have created so you can simply copy and paste into your theme template.
This plugin keeps you from having to keep switching back-and-forth screens in order to copy-and-paste field names to your file. whew!
I hope that you enjoy this plugin. Your donations to (https://PayPal.Me/samjco) will help to make this plugin better!
== Installation ==
1. Upload `acf-php-vars.php` to the `/wp-content/plugins/` directory, or install it via the WP Plugin repository
2. Activate the plugin through the 'Plugins' menu in WordPress
3. A new button will show up in the menu of the dashboard called ACF PHP VARS. If you don't have the ACF plugin activated, the button won't show up.
== Frequently Asked Questions ==
= Why isn't my button showing up? =
Make sure sure you have ACF installed and activated.
= I can see the button, but why can't I see all my fields? =
If this is the case with you, make sure you have custom fields created.
== Screenshots ==
1. Fields vars displayed.
2. Fields vars showing as Keys.
3. Example code displayed.
== Upgrade Notice ==
* None yet
== Changelog ==
= 1.0 =
* Currently, this is the first version of this plugin and no changes have been made.