'blog-author-section ascendoor-widget author-style-1', 'description' => __( 'Retrive Author Information Widget', 'authentic-news' ), ); parent::__construct( 'ace_news_author_info_widget', __( 'Ascendoor Author Info Widget', 'authentic-news' ), $ace_news_author_info_widget_ops ); } /** * Front-end display of widget. * @see WP_Widget::widget() * @param array $args Widget arguments. * @param array $instance Saved values from database. */ public function widget( $args, $instance ) { if ( ! isset( $args['widget_id'] ) ) { $args['widget_id'] = $this->id; } $section_title = ! empty( $instance['title'] ) ? $instance['title'] : ''; $section_title = apply_filters( 'widget_title', $section_title, $instance, $this->id_base ); $author_image_url = ! empty( $instance['author_image_url'] ) ? $instance['author_image_url'] : ''; $author_name = ! empty( $instance['name'] ) ? $instance['name'] : ''; $author_address = ! empty( $instance['address'] ) ? $instance['address'] : ''; $author_description = ! empty( $instance['description'] ) ? $instance['description'] : ''; $open_link_new_tab = ! empty( $instance['open_link_new_tab'] ) ? true : false; $target = empty( $open_link_new_tab ) ? '' : 'target="_blank"'; echo $args['before_widget']; ?>
'; ?>

:


/>