Download the PHP package szepeviktor/acf-get without Composer
On this page you can find all versions of the php package szepeviktor/acf-get. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download szepeviktor/acf-get
More information about szepeviktor/acf-get
Files in szepeviktor/acf-get
Download szepeviktor/acf-get
More information about szepeviktor/acf-get
Files in szepeviktor/acf-get
Vendor szepeviktor
Package acf-get
Short Description Strongly typed Advanced Custom Fields get_field function variants
License MIT
Package acf-get
Short Description Strongly typed Advanced Custom Fields get_field function variants
License MIT
Please rate this library. Is it a good library?
Informations about the package acf-get
Strongly typed Advanced Custom Fields get_field()
variants
Installation
composer require szepeviktor/acf-get
or copy all src/*.php
files to your theme or plugin.
Usage
For example ACFget::boolField($name)
returns a boolean for sure.
Field status
- Undefined ACF field
- Missing value, not in post meta
- Empty value when it is possible, e.g. "Allow null" is enabled in Select fields
- Existing value
All versions of acf-get with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1
The package szepeviktor/acf-get contains the following files
Loading the files please wait ....