Add some basic ACF functionaility to OffbeatWP

Maintainers

Package info

github.com/offbeatwp/acf

Type:offbeatwp-service

pkg:composer/offbeatwp/acf

Statistics

Installs: 14 698

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0


README

  1. Adds getField functionality to the PostModel
  2. Adds getField functionality to the TermModel
  3. 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,