WP Manifestindependent plugin directory
manifest / developer / acf-plus

ACF Plus

Common utility classes for the Advanced Custom Fields (Pro) plugin on WordPress.

by log.OSCON, Lda. · github.com/log-oscon/acf-plus · website

10stars
1forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/log-oscon/acf-plus/archive/refs/heads/master.zip

Declares an update source (https://github.com/log-oscon/acf-plus), so updates arrive through the plugin's own updater.

From the readme

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: fieldtab locationis locationin (see \logoscon\ACF\Rule\Operator\In) locationare Support for the IN operator in location rules ### Changelog ## 1.1.0 ### Multiple location rule builder for equality checks. 1.0.0 ### Initial release.

Read the full README on GitHub →