ACF Quick Edit Fields

Description

WordPress plugin which adds 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

Usage

In the Fieldgroup editor:

Column View:

  • Show Column will sho a column in the WP List Table.

  • Sortable Column will make the column sortable. This only works with primitive Field types like Text, Number, Range and so on.

  • Column weight gives you an option to take control of the column order. The higher the weight, the more to the right the column will be. Present columns will have defaults weights of multiples of 100 starting with zero for the checkbox column. For example to place an image column between the checkbox (column weight = 0) and title (clumn weight = 100) choose a value between 0 and 100.

Editing

Toggle QuickEdit and Bulk Edit to enable Editing in the List table view.

Location Rules

The plugin follows ACFs location rule logic as far as possible. If you have a field group that is only applies to posts in a specific category or with a certain post starus, then columns and quick edit will only show up, if you have filtered the posts by that category ar post status.

Read more on the WikiPage

Conditional Logic

Conditional logic is not supported.

Development

Please head over to the source code on Github.

Screenshots

  • Field Group Admin
  • Some Columns and QuickEdit
  • Bulk Editor

Installation

Just follow the Automatic Plugin Installation procedere.

FAQ

When will you support the Non-ACF Field XYZ?

Presumbly I won’t – I’m sorry. However, there are some plugin filters and actions that might come in handy, if you decide to write an implementation by yourself.

I even wrote a tutorial page on how to write our own field type integration.

I found a bug. Where should I post it?

Please use the issues section in the GitHub-Repository.

I will most likely not maintain the forum support forum on wordpress.org. Anyway, other users might have an answer for you, so it’s worth a shot.

I’d like to suggest a feature. Where should I post it?

Please post an issue in the GitHub-Repository

Reviews

November 24, 2021
Have you planned to add support for ACF Multi Dates Picker?
November 22, 2021
Thank you for nice plugin. When I set location rule for specific category on ACF field, quick edit does not appear on post list. I filered posts by the category, but it still does not show quick edit. Somebody knows how to solve this issue?
July 8, 2021
Thank you for sharing this plugin. It's just a smart and awesome add-on to ACF. Definitely speeds up post editing. Great work!
July 7, 2021
Very helpful plugin! I use it for multiple websites. It saves a lot of time. Excellent!
Read all 27 reviews

Contributors & Developers

“ACF Quick Edit Fields” is open source software. The following people have contributed to this plugin.

Contributors

“ACF Quick Edit Fields” has been translated into 3 locales. Thank you to the translators for their contributions.

Translate “ACF Quick Edit Fields” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

3.1.6

  • Support ACF RGBA color picker

3.1.5

  • Added Basic support for User field in quick and bulk

3.1.4

  • Introduce filter acf_qef_capability
  • Fix: User columns not being displayed

3.1.3

  • Feature: Make user fields sortable (by user ID)
  • Feature: Support Toggle option for checkbox field
  • Fix: PHP Warning __wakeup
  • Fix: Grouped fields not shown

3.1.2

  • Fix: QuickEdit Taxonomy checkboxes looking weird
  • Fix: BulkEdit grouped fields didn’t pass validation
  • Tested with WP 5.6 / jQuery 3

3.1.1

  • Fix: Group subfields sometimes not displaying

3.1.0

  • Feature: Ajax load terms in Taxonomy Field
  • Fix: PHP Warning on Upgrade
  • Fix: avoid infinite loops when something hooks into acf/save_post and saves the post
  • Dependencies: Remove legacy PHP support

3.0.8

  • Fix: PHP Warning on Upgrade
  • Security hardening

3.0.7

  • Fix: Location rules at taxonomy edit screen

3.0.6

  • Fix: Location rules too restrictive

3.0.5

  • Feature: Support Post Object Bulk and Quick Edit (thanks to @m0n0mind)
  • Fix: Column for Post object with multiple values not displaying
  • Fix: ACF Field Location rules applied incorrectly
  • Fix: JS Error with link fields

3.0.4

  • Fix: Quick/Bulk Edit not showing when list table filter is used

3.0.3

  • Fix: QuickEdit sometimes caused a JS Error

3.0.2

  • Fix: Broken 3rd party field integration

3.0.1

  • Fix: Some Fields not saved
  • Fix: Checkbox not displayed properly
  • Fix: file/image field without value not displayed properly in editor
  • Fix: JS Error in post editor
  • Fix: Bulk edit overriding values
  • User List: only enqueue necessary assets

3.0.0

  • Release at wordpress.org
  • Feature: Added support for Link and User Field
  • UI: Improvements in Column view,
  • Fix: column issue with Polylang and WordPress SEO
  • Fix: Datepicker saved wrong value
  • Fix: Checkbox in group didn’t save