'jellywp_ads300x250_widget', 'description' => esc_html__( 'Advertisement' , 'nanopress') ); parent::__construct('nanopress_ads300x250_widget', esc_html__('jellywp: place your ads here', 'nanopress'), $widget_ops); } /*-----------------------------------------------------------------------------------*/ /* Display Widget /*-----------------------------------------------------------------------------------*/ function widget($args,$instance){ extract($args); $title = $instance['title']; $link = $instance['link']; $image = $instance['image']; ?>