johnshopkins / acf-uniqid
Advanced Custom field that creates and stores a unique ID.
Package info
github.com/johnshopkins/acf-uniqid
Type:wordpress-plugin
pkg:composer/johnshopkins/acf-uniqid
1.0.0
2024-03-13 14:15 UTC
Requires
- php: >=8.1
- composer/installers: ~1.0
README
Advanced Custom field that creates and stores a unique ID.
Installation via Composer
In your composer.json file, be sure to let Composer know where to install WordPress plugins:
{
"extra": {
"installer-paths": {
"path/tp/plugins/{$name}/": [
"type:wordpress-plugin"
]
}
}
}
Require the plugin:
composer require johnshopkins/acf-uniqid