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 ...
}
Warning: Cannot modify header information - headers already sent by (output started at /webroot/s/t/st-st001/ststephensgreen.com/www/wp-content/themes/lemonchili/includes/widgets/widget-events.php:1) in /webroot/s/t/st-st001/ststephensgreen.com/www/wp-includes/pluggable.php on line 1435
Warning: Cannot modify header information - headers already sent by (output started at /webroot/s/t/st-st001/ststephensgreen.com/www/wp-content/themes/lemonchili/includes/widgets/widget-events.php:1) in /webroot/s/t/st-st001/ststephensgreen.com/www/wp-includes/pluggable.php on line 1438