Add some basic ACF functionaility to OffbeatWP

Maintainers

Details

github.com/offbeatwp/acf

Source

Issues

Installs: 10 829

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 1

Open Issues: 0

Type:offbeatwp-service


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,