Advanced Custom field that creates and stores a unique ID.
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