WP Manifestindependent plugin directory
manifest / developer / acf-codifier

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.zip

From 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

TagPublishedAssetDownloads
1.41.8Jul 1, 2026
1.41.7Jun 25, 2026
1.41.6Dec 10, 2025
1.41.5Oct 14, 2025
1.41.4Apr 23, 2025
1.41.3Nov 4, 2024
1.41.2Jun 10, 2024
1.41.1May 24, 2024
1.41.0May 20, 2024
1.40.0Apr 19, 2024
1.39.1Jan 10, 2024
1.39.0Oct 5, 2023
1.38.4Jul 7, 2023
1.38.3Jun 29, 2023
1.38.2Jan 25, 2023
1.38.1Jan 23, 2023
1.38.0Jan 13, 2023
1.37.2Nov 11, 2022
1.37.1Apr 7, 2022
1.37.0Nov 30, 20211.37.0.zip21
1.36.1Sep 24, 20211.36.1.zip23
1.36.0Feb 24, 20211.36.0.zip20
1.35.1Jan 27, 20211.35.1.zip17
1.35.0Dec 16, 20201.35.0.zip12
1.34.0Nov 9, 20201.34.0.zip18