Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukechapman/acf-random-string-field
https://github.com/lukechapman/acf-random-string-field
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lukechapman/acf-random-string-field
- Owner: lukechapman
- Created: 2015-03-27T15:04:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-07T04:11:07.000Z (over 7 years ago)
- Last Synced: 2024-08-03T17:10:42.663Z (4 months ago)
- Language: PHP
- Size: 8.79 KB
- Stars: 13
- Watchers: 4
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-acf - Random String - Generates a random string. (Third-Party Add-Ons)
README
-----------------------
# ACF Random String Field
### Description
Generates a random string using a pool of alphanumeric and special characters.
### Compatibility
This ACF field type is compatible with:
* ACF 5### Installation
1. Copy the `acf-random-string-field` folder into your `wp-content/plugins` folder
2. Activate the Random String Field plugin via the plugins admin page
3. Create a new field via ACF and select the Random String type
4. Please refer to the description for more info regarding the field type settings### Changelog
**1.1.0**
* Feature: Added 'Alphanumeric only' option.
* Tweak: Added more characters to possible character pool.**1.0.0**
* Initial release.-----------------------