log1x / acf-fluent-helpers
Simple set of helper functions for ACF Fluent auto-loaded with Composer using generic function names.
Installs: 11 830
Dependents: 0
Suggesters: 0
Security: 0
Stars: 15
Watchers: 3
Forks: 0
Type:package
Requires
- php: >=7.0
Requires (Dev)
This package is auto-updated.
Last update: 2024-11-07 16:21:48 UTC
README
This is a simple set of helper functions for ACF Fluent similar to the helpers.php
shipped with ACF Fluent, but is auto-loaded by Composer instead of having to be manually included.
It also uses really generic function names because I'm naughty. 😉
Requirements
Make sure all dependencies have been installed before moving on:
- PHP >= 7.0
- Composer
- ACF Fluent
Installation
Install via Composer:
$ composer require log1x/acf-fluent-helpers:dev-master
Usage
$field = field('example')->get(); $subfield = sub('example')->get(); $option = option('example')->get();
Bug Reports
If you discover a bug in ACF Fluent Helpers, please open an issue.
Contributing
Contributing whether it be through PRs, reporting an issue, or suggesting an idea is encouraged and appreciated.
License
ACF Fluent Helpers is provided under the MIT License.