log1x/acf-fluent-helpers

Simple set of helper functions for ACF Fluent auto-loaded with Composer using generic function names.

Installs: 10 761

Dependents: 0

Suggesters: 0

Security: 0

Stars: 14

Watchers: 3

Forks: 0

Type:package

v1.0.2 2019-08-07 05:24 UTC

This package is auto-updated.

Last update: 2024-04-07 15:12:33 UTC


README

Latest Stable Version Total Downloads

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:

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.