'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']; ?>
"> " alt="" />
"; } /*-----------------------------------------------------------------------------------*/ /* Update Widget /*-----------------------------------------------------------------------------------*/ function update($new_instance, $old_instance){ $instance = $old_instance; $instance['title'] = $new_instance['title']; $instance['link'] = $new_instance['link']; $instance['image'] = $new_instance['image']; return $instance; } /*-----------------------------------------------------------------------------------*/ /* Widget Settings (Displays the widget settings controls on the widget panel) /*-----------------------------------------------------------------------------------*/ function form($instance){ ?> esc_html__( 'Advertisement' , 'nanopress'), 'link' => '' , 'image' => '' ); $instance = wp_parse_args((array) $instance, $defaults); ?>