symbioticwp/acf-field-hidden-randomvalue

Display a hidden field with a random generated value

1.0.0-p 2018-12-02 21:42 UTC

This package is auto-updated.

Last update: 2024-09-29 05:08:36 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

  1. Download. Unzip. Copy the acf-field-hidden-randomvalue folder into your wp-content/plugins or if you use bedrock copy the plugin into app/plugins.
  2. Activate via Wordpress

Requirements

  • ACF 5
  • PHP >= 5.6

Compatibility

Changelog

1.0.0 Initial