'social-widgets', 'description' => esc_html__( 'Widget to display social links.', 'blog-zone' ), ); parent::__construct( 'bz-social', esc_html__( 'BZ: Social Links', 'blog-zone' ), $opts ); } function widget( $args, $instance ) { $title = apply_filters( 'widget_title', empty( $instance['title'] ) ? '' : $instance['title'], $instance, $this->id_base ); echo $args['before_widget']; if ( ! empty( $title ) ) { echo $args['before_title'] . $title . $args['after_title']; } ?> '', ) ); ?>

> Theme Options >> Social Links', 'blog-zone'); ?>