ACF Codifier
A wrapper class to help write more readable ACF field declarations.
by Miika Arponen / Geniem Oy · github.com/devgeniem/acf-codifier · website
★ 133stars
721release downloads
17forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/devgeniem/acf-codifier/releases/download/1.37.0/1.37.0.zipFrom the readme
ACF Codifier
- Contributors: devgeniem / Nomafin
- Tags: wordpress, acf
- Requires at least: 4.6.0
- Tested up to: 5.6.3
- License: GPL-3.0 or later
- License URI: http://www.gnu.org/licenses/gpl-3.0.html
Description
A helper class to make defining ACF field groups and fields easier in the code.
A complete documentation of the classes can be found here.
Installation
The recommended way to install ACF Codifier is by Composer:
OR add it in your composer.json:
Installing the plugin with Composer requires Bedrock's autoloader. It installs as an mu-plugin and doesn't need to be activated.
You can, however, install it also as an ordinary plugin. It can be done in two ways:
- Clone this repository into your plugins directory and run composer install --no-dev in the repository folder.
- Download the latest release here and just extract the archive in your plugins directory.
Usage
All classes of the Codifier are under the namespace Geniem\ACF. For easiness, it's better to put your declarations in separate file(s) and declare namespace Geniem\ACF; on top of them. Rest of this ReadMe supposes you have done that.
Creating a field group.
Field groups live in a class called Group.
Read the full README on GitHub →
Releases
| Tag | Published | Asset | Downloads |
|---|---|---|---|
| 1.41.8 | Jul 1, 2026 | — | — |
| 1.41.7 | Jun 25, 2026 | — | — |
| 1.41.6 | Dec 10, 2025 | — | — |
| 1.41.5 | Oct 14, 2025 | — | — |
| 1.41.4 | Apr 23, 2025 | — | — |
| 1.41.3 | Nov 4, 2024 | — | — |
| 1.41.2 | Jun 10, 2024 | — | — |
| 1.41.1 | May 24, 2024 | — | — |
| 1.41.0 | May 20, 2024 | — | — |
| 1.40.0 | Apr 19, 2024 | — | — |
| 1.39.1 | Jan 10, 2024 | — | — |
| 1.39.0 | Oct 5, 2023 | — | — |
| 1.38.4 | Jul 7, 2023 | — | — |
| 1.38.3 | Jun 29, 2023 | — | — |
| 1.38.2 | Jan 25, 2023 | — | — |
| 1.38.1 | Jan 23, 2023 | — | — |
| 1.38.0 | Jan 13, 2023 | — | — |
| 1.37.2 | Nov 11, 2022 | — | — |
| 1.37.1 | Apr 7, 2022 | — | — |
| 1.37.0 | Nov 30, 2021 | 1.37.0.zip | 21 |
| 1.36.1 | Sep 24, 2021 | 1.36.1.zip | 23 |
| 1.36.0 | Feb 24, 2021 | 1.36.0.zip | 20 |
| 1.35.1 | Jan 27, 2021 | 1.35.1.zip | 17 |
| 1.35.0 | Dec 16, 2020 | 1.35.0.zip | 12 |
| 1.34.0 | Nov 9, 2020 | 1.34.0.zip | 18 |