class gg_Events_Widget extends WP_Widget { /*--------------------------------------------------*/ /* CONSTRUCT THE WIDGET /*--------------------------------------------------*/ function __construct() { /* Widget name and description */ $widget_opts = array ( 'classname' => 'gg_events_widget', 'description' => __('Display upcoming events', 'gxg_textdomain') ); parent::__construct('gg-events-widget', __('LEMONCHILI - Events', 'gxg_textdomain'), $widget_opts); } // ... The rest of your widget code ... } Stephens Green | J Roger Sparkling Wine > Stephens Green

J Roger Sparkling Wine