2017 © Pedro Peláez
 

library acf-unique-id-field

An ACF field which generates a unique ID value, intended for use in ACF Repeaters

image

philipnewcomer/acf-unique-id-field

An ACF field which generates a unique ID value, intended for use in ACF Repeaters

  • Friday, February 16, 2018
  • by philipnewcomer
  • Repository
  • 1 Watchers
  • 1 Stars
  • 100 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 3 % Grown

The README.md

ACF Unique ID Field

An Advanced Custom Fields field which generates a unique ID value., (*1)

While this library was originally developer for use in repeaters where each field in a repeater block needs to be given a persistent unique ID, it can be used anywhere an automatically-generated unique ID is required., (*2)

Installation

composer require philipnewcomer/acf-unique-id-field

Usage

Call the ACF_Field_Unique_ID static method init() to activate it., (*3)

PhilipNewcomer\ACF_Unique_ID_Field\ACF_Field_Unique_ID::init();

Select the "Unique ID" field type when using the ACF GUI., (*4)

When editing a post, unique IDs will be generated on the initial save., (*5)

Notes

IDs will be generated in the following format:, (*6)

59885be6f2289

The Versions

16/02 2018

dev-master

9999999-dev

An ACF field which generates a unique ID value, intended for use in ACF Repeaters

  Sources   Download

GPLv2 GPL-2.0-or-later

07/08 2017

1.0.0

1.0.0.0

An ACF field which generates a unique ID value, intended for use in ACF Repeaters

  Sources   Download

GPLv2