Skip to content

Commit 9d79bf0

Browse files
author
Luke Chapman
committed
Initial commit
0 parents  commit 9d79bf0

8 files changed

+1136
-0
lines changed

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# OS generated files #
2+
######################
3+
.DS_Store
4+
.DS_Store?
5+
._*
6+
.Spotlight-V100
7+
.Trashes
8+
ehthumbs.db
9+
Thumbs.db

README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
-----------------------
2+
3+
# ACF Random String Field
4+
5+
Generates a random string
6+
7+
-----------------------
8+
9+
### Description
10+
11+
Generates a random string
12+
13+
### Compatibility
14+
15+
This ACF field type is compatible with:
16+
* ACF 5
17+
18+
### Installation
19+
20+
1. Copy the `acf-random-string-field` folder into your `wp-content/plugins` folder
21+
2. Activate the Random String Field plugin via the plugins admin page
22+
3. Create a new field via ACF and select the Random String type
23+
4. Please refer to the description for more info regarding the field type settings
24+
25+
### Changelog
26+
Please see `readme.txt` for changelog

0 commit comments

Comments
 (0)