Changes between Initial Version and Version 1 of Ticket #32470, comment 3
- Timestamp:
- 05/23/2015 04:26:24 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32470, comment 3
initial v1 1 I think abstracting the code can start with WP_Widgetitself. The `widget()` method is extremely generic and I would start by having it call three new public methods:1 I think abstracting the code can start with `WP_Widget` itself. The `widget()` method is extremely generic and I would start by having it call three new public methods: 2 2 3 3 1. `before_widget()`