Advanced Custom Fields: Random String Field
Generates a random string using a pool of alphanumeric and special characters.
by luke chapman · github.com/lukechapman/acf-random-string-field · website
★ 15stars
5forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/lukechapman/acf-random-string-field/archive/refs/heads/master.zipACF 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
- Copy the
acf-random-string-fieldfolder into yourwp-content/pluginsfolder - Activate the Random String Field plugin via the plugins admin page
- Create a new field via ACF and select the Random String type
- 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.