'czs_subscribe_widget', 'description' => __('Feedburner Subscription Widget.', 'czsablony') ); /* Widget control settings. */ $control_ops = array( 'width' => 300, 'height' => 350, 'id_base' => 'czs_subscribe_widget' ); /* Create the widget. */ $this->WP_Widget( 'czs_subscribe_widget', __('Subscribe Widget', 'czsablony'), $widget_ops, $control_ops ); } function widget( $args, $instance ) { extract( $args ); /* Our variables from the widget settings. */ $title = apply_filters('widget_title', $instance['title'] ); $desc = $instance['desc']; /* Before widget (defined by themes). */ echo $before_widget; /* Display Widget */ ?>