'shuban_about_widget', 'description' => esc_html__('About Widget to display about author or company.', 'shuban') ); /* Widget control settings. */ $control_ops = array( 'width' => 350, 'height' => 450, 'id_base' => 'shuban_about_widget' ); /* Create the widget. */ parent::__construct( 'shuban_about_widget', esc_html__('ShubanPro - About Widget', 'shuban'), $widget_ops, $control_ops ); } /** * How to display the widget on the screen. */ function widget( $args, $instance ) { extract( $args ); /* Our variables from the widget settings. */ $title = apply_filters('widget_title', $instance['title'] ); $image = $instance['image']; $image_link = $instance['image_link']; $description = $instance['description']; $autograph = $instance['autograph']; echo $before_widget; if ( $title ) echo $before_title . $title . $after_title; ?>
<?php echo esc_html($title); ?>

<?php echo esc_html($title); ?>
'About Me', 'image' => '', 'description' => '', 'autograph' => '', 'image_link' => ''); $instance = wp_parse_args( (array) $instance, $defaults ); ?>


Add New', 'shuban' ); ?>