- Acorn >= 4.0
- Register ACF Field groups from config
- Register ACF Forms from config
- Register ACF Option pages from config
To install this package using Composer, follow these steps:
-
Install this package with Composer:
composer require yard/brave-acf
-
Run the Acorn WP-CLI command to discover this package:
wp acorn package:discover
You can publish the config file with:
wp acorn vendor:publish --provider="Yard\Acf\AcfServiceProvider"This package leverages wp-acf-registrar for registration of field groups, forms and option pages. Add your custom acf classes to the configuration file to register them automatically.