offbeatwp / acf
Add some basic ACF functionaility to OffbeatWP
Installs: 12 691
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 1
Open Issues: 0
Type:offbeatwp-service
- dev-master
- 2.2
- 2.1
- 2.0.0-beta
- 1.3.0
- 1.2.0
- 1.1.1
- 1.1.0.x-dev
- 1.1.0
- 1.0.0
- dev-feature/v2
- dev-feature/get-option
- dev-feature/cast-acf-number-input
- dev-feature/better-docs
- dev-feature/maco-meta
- dev-revert-17-feature/static-update-relation-method
- dev-feature/static-update-relation-method
- dev-feature/acf-icon-picker
- dev-feature/minor-improvements
- dev-feature/fix-deprecated-acf-warning
- dev-feature/uuid-is-more-hidden
- dev-feature/ensure-hidden-uuid-is-a-valid-css-class
- dev-feature/disabled-text-field
- dev-feature/ditch-meta
- dev-feature/add-get-field-objects-function
- dev-2.0.0-beta
- dev-patch-1
This package is auto-updated.
Last update: 2025-02-20 08:40:21 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,