New WP_Widget Class In WordPress 2.8
In WordPress 2.8, there is a new WP_Widget class, which personally I like it very much as now the multi-instances of widgets is handled by WordPress, all you need to do is just to extends the WP_Widget class and overwrite 3 of the functions namely widgets(), update() and form(); Below is a sample code taken … Continue reading “New WP_Widget Class In WordPress 2.8”