Quick Start - mcguffin/acf-quickedit-fields GitHub Wiki

To get started using this plugin, go into Custom Fields -> Field Groups, select Edit on the field group you want to change (or Add New), then select Edit on the field you want to edit (or "+ Add Field"). In the field edit form, you will see the ACF options for Column Views and Editing.

The Settings

Show Column: If checked the ACF field value will be shown in the posts table.

Sortable Column: If checked you can sort the table by this column.

Column Weight: The number entered here is used to sort the post table columns. Higher weighted columns are shifted to the right. The WordPress default columns are weighted as a multiple of 100, with the leftmost column having a weight of 0, the next one 100 and so on.

Allow QuickEdit: Enable Quick editing of the field value.

Allow BulkEdit: Enable Bulk editing of the field values.

ACF Location Rules

Colums, QuickEdit and BulkEdit will show up, if the view in the WP Admin Table matches the location rule assigned to your field group. In other words: when you see posts that do not match the location rule, Column view, Bulk and QuickEdit will not be available.

For example if your field group is enabled for Posts with post format Gallery, Columns, Bulk and QuickEdit will appear only if you filter the View to Gallery Posts.

For this reason only the location rules are supported, that can be filtered in the admin table view.

Please refer to the Feature-Support-Matrix for a list of supported location rules.