#53286 closed defect (bug) (fixed)
Classic Widgets plugin no longer disables the block-based widget screen
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 5.8 | Priority: | normal |
| Severity: | normal | Version: | 5.8 |
| Component: | Widgets | Keywords: | has-patch |
| Focuses: | Cc: |
Description
Recently the classic widgets plugin stopped working. This might be related to the merge of the widget screen code to WordPress core (https://github.com/WordPress/wordpress-develop/pull/1284), so raising this issue here.
Steps to reproduce:
- Install and enable the Classic Widgets plugin
- Navigate to the Widgets screen
Expected
The classic widget screen should be shown.
Actual
The block based widget screen is shown.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
It looks like Classic Widgets uses
wp_use_widgets_block_editorinstead ofuse_widgets_block_editor. I'll update the filter name in core to bewp_use_widgets_block_editorsince that matches the function name as well.https://github.com/WordPress/classic-widgets/blob/trunk/classic-widgets.php