__( 'Place anywhere in the Widget area.', 'placid' ) ) ); } public function widget( $args, $instance ){ if(!empty($instance)){ $image=$instance['image_uri']; $title = apply_filters( 'widget_title', !empty( $instance['title'] ) ? $instance['title'] : '', $instance, $this->id_base ); $description=$instance['description']; if(!empty($title) || !empty($image) || !empty($description) ){ ?>
';
endif;
?>