Download the PHP package logoscon/acf-plus without Composer
On this page you can find all versions of the php package logoscon/acf-plus. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download logoscon/acf-plus
More information about logoscon/acf-plus
Files in logoscon/acf-plus
Download logoscon/acf-plus
More information about logoscon/acf-plus
Files in logoscon/acf-plus
Vendor logoscon
Package acf-plus
Short Description Common utility classes for the Advanced Custom Fields (Pro) plugin on WordPress.
License GPL-2.0+
Homepage https://github.com/log-oscon/acf-plus
Package acf-plus
Short Description Common utility classes for the Advanced Custom Fields (Pro) plugin on WordPress.
License GPL-2.0+
Homepage https://github.com/log-oscon/acf-plus
Please rate this library. Is it a good library?
Informations about the package acf-plus
ACF Plus
Common utility classes for the Advanced Custom Fields (Pro) plugin on WordPress.
Usage
Field Groups
Extend the \logoscon\ACF\Group
class, defining the _register()
method:
This method should contain (at the very least) the code exported by Advanced Custom Fields, although you're encouraged to improve its maintainability. To help make code clearer, the following helper methods are provided:
_field_tab
_location_is
_location_in
(see\logoscon\ACF\Rule\Operator\In
)_location_are
Support for the IN
operator in location rules
Changelog
1.1.0
- Multiple location rule builder for equality checks.
1.0.0
- Initial release.
All versions of acf-plus with dependencies
PHP Build Version
Package Version
No informations.
The package logoscon/acf-plus contains the following files
Loading the files please wait ....