symbioticwp / acf-field-hidden-randomvalue
Display a hidden field with a random generated value
Installs: 38
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:package
Requires
- php: >=5.6
- composer/installers: ^1.0
This package is auto-updated.
Last update: 2025-03-29 00:41:23 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-randomvalue
folder into yourwp-content/plugins
or 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