johnshopkins/acf-uniqid

Advanced Custom field that creates and stores a unique ID.

Installs: 334

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:wordpress-plugin

1.0.0 2024-03-13 14:15 UTC

This package is auto-updated.

Last update: 2024-04-13 14:34:45 UTC


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