Skip to content

Latest commit

 

History

History
executable file
·
30 lines (19 loc) · 720 Bytes

README.md

File metadata and controls

executable file
·
30 lines (19 loc) · 720 Bytes

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.