kviron / advanced-custom-fields
There is no license information available for the latest version (5.12) of this package.
Package info
github.com/kviron/advanced-custom-fields
Type:wordpress-plugin
pkg:composer/kviron/advanced-custom-fields
5.12
2022-02-27 18:26 UTC
Requires
- composer/installers: ^1.8
README
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