WP Manifestindependent plugin directory
manifest / developer / dcode-snippet-helper-for-acf

Custom Field Helper

ACF Dev Helper – Generate PHP code snippets for Advanced Custom Fields directly inside the WordPress admin.

by Jatin Parmar · github.com/jatinparmar3/dcode-snippet-helper-for-acf · website

0stars
0forks

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/jatinparmar3/dcode-snippet-helper-for-acf/archive/refs/heads/main.zip

From the readme

Custom Field Helper adds a live PHP snippet generator to the ACF field group editor. Custom Field Helper is a developer-friendly tool that generates ready-to-use PHP code snippets directly inside the Advanced Custom Fields (ACF) field group editor. It helps developers quickly copy working code for any ACF field without manually writing getfield(), getsubfield(), repeater loops, or flexible content logic. ✨ Features: Live field list for all detected ACF fields One-click copy button for each field Copy-ready PHP snippet preview Supports Repeater and Flexible Content fields Supports Image, File, Link, Gallery, and Relationship fields Clean and modern admin UI Works with both ACF Free and ACF Pro 🚀 Ideal for: WordPress developers Theme developers Beginners learning ACF Faster development workflows 1. Upload the custom-field-helper folder to the /wp-content/plugins/

Read the full README on GitHub →