symbioticwp / acf-field-hidden-randomvalue
Display a hidden field with a random generated value
Package info
github.com/symbioticwp/acf-field-hidden-randomvalue
Type:package
pkg:composer/symbioticwp/acf-field-hidden-randomvalue
1.0.0-p
2018-12-02 21:42 UTC
Requires
- php: >=5.6
- composer/installers: ^1.0
This package is auto-updated.
Last update: 2026-03-01 00:26:24 UTC
README
Display a hidden field with a random generated value. It's useful if you use Flexible ACF Field and need unique generated ID's for dynamic flexible rows
Installation
Composer
Recommend method/s;
Symbiotic Theme or any other theme with uses Composer packages
$ composer require soberwp/acf-field-hidden-randomvalue:1.0.0-p
Roots Bedrock and WP-CLI (as plugin)
$ composer require symbioticwp/acf-field-hidden-randomvalue $ wp plugin activate acf-field-hidden-randomvalue
Manual
- Download. Unzip. Copy the
acf-field-hidden-randomvaluefolder into yourwp-content/pluginsor if you use bedrock copy the plugin intoapp/plugins. - Activate via Wordpress
Requirements
- ACF 5
- PHP >= 5.6
Compatibility
- Compatible with Wordplate ACF
Changelog
1.0.0 Initial