ACF Unique ID Field
An ACF field type that generates a unique ID.
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/iamntz/acf-unique-id/archive/refs/heads/master.zipReadme
What's this?
An ACF field type that generates a unique ID.
Installation
- Download the whole repo
- Upload the
acf-unique-idfolder to yourwp-content/pluginsfolder - Activate the plugin via the Plugins admin page
- Create a new field via ACF and select the Unique ID type
Composer instalation
composer require iamntz/acf-unique-id
Then in your theme/plugin, init by new iamntz\acf\unique_id\InitAcfUniqueID();
Field options
By default, the generated field gives you a random 16 character string, separated by dashes similar to this:
ade5-8d58-b319-1678
You can change the length of the string, and the separator in the field options.
Also, you can enable debug, so the field will be visible in the admin area, and you can see the generated ID.
License
MIT.
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| v1.0.4 | Jan 12, 2025 |
| v1.0.3 | Jan 1, 2024 |
| v1.0.2 | Jan 1, 2024 |
| v1.0.1 | Jan 1, 2024 |
| v1.0.0 | Jan 1, 2024 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.