Opened 6 years ago
Closed 6 years ago
#45983 closed defect (bug) (wontfix)
Sidebar components no longer include an ID
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 5.0.3 |
Component: | Editor | Keywords: | |
Focuses: | Cc: |
Description
With the new Gutenberg editor the sidebar components are missing IDs. This prevents the use of the remove_meta_box function.
Change History (2)
Note: See
TracTickets for help on using
tickets.
You can't use
remove_meta_box
to remove sidebar panels in the new Gutenberg editor. UseremoveEditorPanel
instead.See https://wordpress.org/gutenberg/handbook/designers-developers/developers/data/data-core-edit-post/#removeeditorpanel