Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 411 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 411 Bytes

Unique ID

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