Enable Columns, Filters, Quick Edit and Bulk Edit for ACF Fields in WordPress List Tables
WordPress plugin which adds Quick Edit functionality to Advanced Custom Fields Plugin (Pro and Free 5+.
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 (column weight = 100) choose a value between 0 and 100.
Filter add a filter to the posts users or terms list.
Editing
Toggle QuickEdit and Bulk Edit to enable Editing in the list table view.
Searching
Enable Backend Search to make a field searchable 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.
Negative rules (like “Post category is not equal to X”) will not work – simply because the WP does not provide an admin view for “Posts not in category X”.
With the Simplifed Location Rules option enabled for a field group only the post type or taxonomy rules are applied. Any other rule ist skipped. This allows you to always show and edit the fields in list views, regardless of the current list filter. The downside is, that this can make even those fields editable, that are normally hidden in the pst editor.
Conditional Logic
Conditional logic is not supported.
Please head over to the source code on Github.
Just follow the Automatic Plugin Installation procedere.
Presumbly I won’t. 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.
Please use the issues section in the GitHub-Repository. A well described issue that can be reproduced quickly is more likely to be fixed quickly.
I will most likely not maintain the support forum on wordpress.org. Anyway, other users might have an answer for you, so it’s worth a shot.
Welcome to the world of commerce.
If you are located in the EU, you can hire me for the usual market price of an IT guy in central europe.
Outside the EU you can try to fix it yourself or find someone who does. I will likely accept well crafted and tested pull request in the GitHub-Repository.
Please post an issue in the GitHub-Repository
data-id
atrribute on fieldedit_posts
capabilityacf_qef_sanitize_value_{$field_type}
filteracf_qef_wrapper_attributes_{$field_type}
filteracf_qef_bulk_operations_{$field_type}
filteracf_qef_bulk_operation_{$field_type}_{$operation}
filteracf_qef_validate_bulk_operation_value_{$field_type}_{$operation}
filteracf_quick_edit_fields_types
acf_qef_capability