kviron/advanced-custom-fields

There is no license information available for the latest version (5.12) of this package.

Installs: 352

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Open Issues: 0

Type:wordpress-plugin

5.12 2022-02-27 18:26 UTC

This package is auto-updated.

Last update: 2024-10-28 00:16:57 UTC


README

Build Status

Installation

Install plugin via composer. Add in file composer.json text below

Include package

"require": {
        "kviron/advanced-custom-fields": "*"
    }

If need swiths paths installing, use command

"extra": {
        "wordpress-install-dir": "public/wp",
        "wordpress-content-dir": "public/content",
        "installer-paths": {
            "wp-content/plugins/{$name}": [
                "type:wordpress-plugin"
            ],
            "wp-content/mu-plugins/{$name}": [
                "type:wordpress-muplugin"
            ],
            "wp-content/themes/{$name}": [
                "type:wordpress-theme"
            ]
        }
    }

And use command

composer update