Changes between Initial Version and Version 1 of Ticket #35656, comment 15
- Timestamp:
- 08/25/2021 01:28:32 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35656, comment 15
initial v1 2 2 3 3 My 2¢: I definitely think it's time to deprecate this style of widget. I'd like to explore if we can remove non-multi widgets altogether and provide backwards compatibility by changing `wp_register_sidebar_widget` to register an anonymous subclass of `WP_Widget`. 4 5 Calling `_doing_it_wrong()` or `_deprecated_function()` is a great first step though.