Opened 7 months ago
Last modified 7 months ago
#51096 new defect (bug)
Meta boxes hooked on 'edit_form_after_title' don't appear on block-editor page
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | |
Component: | Editor | Keywords: | |
Focuses: | Cc: |
Description
The Gutenberg/block-editor page does not print meta boxes hooked on edit_form_advanced
action. Meta boxes hooked on edit_form_advanced
only show up in classic editor mode.
Block-Editor pages should still print out the meta boxes. Even if they cannot, for technical reason, be printed directly after the title.
I believe this should be viewed as a regression/bug. Not a feature request/enhancement.
Change History (1)
Note: See
TracTickets for help on using
tickets.
That's an unfortunate copy-paste typo.
Hook I'm talking about is
edit_form_after_title
I've no idea how
edit_form_advanced
meta boxes behave on block editor pages.