drozzi-pro / advanced-custom-fields
There is no license information available for the latest version (6.1.6) of this package.
Package info
github.com/drozzi-pro/advanced-custom-fields
Type:wordpress-plugin
pkg:composer/drozzi-pro/advanced-custom-fields
6.1.6
2023-05-16 07:51 UTC
Requires
- composer/installers: ^2.0
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