offbeatwp / acf
Add some basic ACF functionaility to OffbeatWP
Package info
Type:offbeatwp-service
pkg:composer/offbeatwp/acf
2.4
2026-03-05 13:41 UTC
Requires
- php: >=7.4
This package is auto-updated.
Last update: 2026-07-05 14:34:14 UTC
README
- 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,