I have several custom fields that I need my client to be able to edit at anytime. For the sake of convenience, I’d like them to be able to edit these custom fields from the Quick Edit. This way they don’t have to open a bunch of new pages to go into each post.
Is it possible to add editable custom fields to Quick Edit? Or am I out of luck?
2
After adding our custom column, we are ready to expand our Post Quick Edit menu using the quick_edit_custom_box action hook.
Note – The quick_edit_custom_box action hook will not fire unless there are custom columns present. That is why we started by adding a custom column.