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

allow_quickedit on taxonomy forces other taxonomies to show in Quick Edit despite 'show_in_quick_edit' => false #171

Closed fraserpage closed 7 months ago

fraserpage commented 7 months ago

I have 4 custom taxonomies. All are registered with 'show_in_quick_edit' => false,

I wish to use ACF QuickEdit Fields to show ACF fields in Quick Edit for two of these taxonomies. However as soon as I set one field to 'allow_quickedit' => true all of the other taxonomies show up in Quick Edit with the default WP UI.

Here you can see 2 taxonomies showing the default UI and 2 using the ACF controls. I don't wish to see the default UI here.

image
fraserpage commented 7 months ago

Also thanks for building this!