2017 © Pedro Peláez
 

wordpress-plugin acf-code-helper

This is a small helper library, whose purpose is to ease your field creation process when using the Advanced Custom Fields plugin to register fields via PHP.

image

radoslavgeorgiev/acf-code-helper

This is a small helper library, whose purpose is to ease your field creation process when using the Advanced Custom Fields plugin to register fields via PHP.

  • Friday, November 18, 2016
  • by RadoslavGeorgiev
  • Repository
  • 3 Watchers
  • 5 Stars
  • 69 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 2 Open issues
  • 1 Versions
  • 30 % Grown

The README.md

ACF Code Helper

This is a small helper library, whose purpose is to ease your field creation process when using the Advanced Custom Fields plugin to register fields via PHP., (*1)

Normally, ACF allows you to create fields via PHP, as you can read at https://www.advancedcustomfields.com/resources/register-fields-via-php/. However, this process requires you to have a unique field key for each field, which is afterwards used in conditional logic statements and generally, this can be quite inconvinient., (*2)

This helper assists you by automatically generating field keys based on the name of a fields group and the name of the current field., (*3)

One of my other plugins, the Twig Framework for WordPress is a perfect match for this plugin, as the framework has built-in support for content blocks, widgets and more, which rely on this class., (*4)

Installation

  1. Download the repository as a .zip file and install as a plugin.
  2. Create some groups.

Documentation

Please check the Wiki of the project., (*5)

Author

The framework is being developed by me, Radoslav Georgiev, web developer at DigitalWerk., (*6)

The Versions

18/11 2016

dev-master

9999999-dev https://github.com/RadoslavGeorgiev/acf-code-helper

This is a small helper library, whose purpose is to ease your field creation process when using the Advanced Custom Fields plugin to register fields via PHP.

  Sources   Download

GPL-2.0+

The Requires