Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #32470, comment 3


Ignore:
Timestamp:
05/23/2015 04:26:24 AM (11 years ago)
Author:
welcher
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32470, comment 3

    initial v1  
    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:
     1I 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:
    22
    331. `before_widget()`