- Adds getField functionality to the PostModel
- Adds getField functionality to the TermModel
- Registers relationships between posts in the OffbeatWP way.
Install by running this command from the root of your OffbeatWP Theme:
composer require offbeatwp/acf
Next add the following line to your config/services.php
file:
OffbeatWP\Acf\Service::class,