drozzi-pro/advanced-custom-fields

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

6.1.6 2023-05-16 07:51 UTC

This package is auto-updated.

Last update: 2024-04-16 09:46:09 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