acf-quickedit-fields
acf-quickedit-fields copied to clipboard
Multisite support
Hello,
I was wondering if this plugin is multisite friendly ? I just upgraded one of my wordpress to multisite, and since then this plugin seems to not work anymore. Fields that were activated in column tables before the upgrade don't show as selected in "Column View" box in admin panel anymore, and when I select one to be displayed in post column tables, it doesn't show either.
My wp config :
- WP 5.3.2
- Multisite
- ACF 5.8.13
- ACF Quickedit Fields 3.1.1
Thanks !
I thought I was having a multisite related issue, but I realised that in my PHP where I create the fields, I was using true instead of 1.
So for my field config I added:
'allow_quickedit' => 1,
'allow_bulkedit' => 1,
Plugin is network activated.