mcguffin / acf-quick-edit-fields
WordPress Plugin implementing Column Displaying, QuickEdit and BulkEdit for Advanced Custom Fields (ACF)
Installs: 47 314
Dependents: 0
Suggesters: 0
Security: 0
Stars: 363
Watchers: 18
Forks: 50
Open Issues: 8
Type:wordpress-plugin
Requires
- php: >=5.6.0
- composer/installers: ^1.2|^2.0
Requires (Dev)
- dev-master
- 3.3.8
- 3.3.7
- 3.3.6
- 3.3.5
- 3.3.4
- 3.3.3
- 3.3.2
- 3.3.1
- 3.3.0
- 3.2.9
- 3.2.8
- 3.2.7
- 3.2.6
- 3.2.5
- 3.2.4
- 3.2.3
- 3.2.2
- 3.2.1
- 3.2.0
- 3.1.14
- 3.1.13
- 3.1.12
- 3.1.11
- 3.1.10
- 3.1.9
- 3.1.8
- 3.1.7
- 3.1.6
- 3.1.5
- 3.1.4
- 3.1.3
- 3.1.2
- 3.1.1
- 3.1.0
- 3.0.8
- 3.0.7
- 3.0.6
- 3.0.5
- 3.0.4
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
- 2.4.19
- dev-dependabot/npm_and_yarn/elliptic-6.6.1
- dev-support-post_object
- dev-repeater-field
This package is auto-updated.
Last update: 2025-03-13 20:42:13 UTC
README
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
- Show ACF field values in List views
Supported ACF Fields. - Supports Post, Term and User list tables
- Scalar Columns (Like Text, Number, ...) can be made sortable
- Edit ACF Field values in Quick edit and Bulk edit
Compatibility
- Requires WordPress 4.7+
- Requires ACF 5.7+ (Free and Pro)
- Requires at least PHP 5.6+
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:
npm run dev
: Watch css and js soure dirsnpm run test
: load some test fieldsnpm run dev-test
: load some test fields and watch css and js soure dirsnpm run dashicons
: Generate dashicons scss variables from sourcenpm run i18n
: generate.pot
filenpm run rollback
: remove last commit (local and remote – use with caution!)
Documentation
- Quick Start
- Filters and Actions
- Known Issues that can't be fixed
- How to Support more Field types