mcguffin / acf-quickedit-fields

WordPress Plugin implementing Column Displaying, QuickEdit and BulkEdit for Advanced Custom Fields (ACF)
https://wordpress.org/plugins/acf-quickedit-fields/
GNU General Public License v3.0
359 stars 49 forks source link
acf quickedit wordpress-plugin

ACF QuickEdit Fields

This is the official github repository of the ACF QuickEdit Fields plugin.

WordPress plugin adding Quick Edit functionality to Advanced Custom Fields Plugin (Pro and Free 5+.

Features

Compatibility

Installation

In WP Admin

Just follow the Automatic Plugin Installation procedere.

WP-CLI

wp plugin install --activate acf-quickedit-fields

Using Composer

composer require mcguffin/acf-quick-edit-fields

Development

git clone git@github.com:mcguffin/acf-quickedit-fields.git
cd acf-quickedit-fields
npm install
npm run dev

Migrating from Github to WPORG

Please note that the plugin slug has chaged from acf-quick-edit-fields to acf-quickedit-fields (missing a dash in the middle). You can safely delete the old version 2.x and re-install the plugin on plugins page.

Development

npm scripts:

Documentation