'' ); return $defaults; } function __construct() { parent::__construct( /*Base ID of your widget*/ 'online_shop_social', /*Widget name will appear in UI*/ esc_html__('AT Social Section', 'online-shop'), /*Widget description*/ array( 'description' => esc_html__( 'Show Social Section.', 'online-shop' ), ) ); } /*Widget Backend*/ public function form( $instance ) { $instance = wp_parse_args( (array) $instance, $this->defaults() ); /*default values*/ $online_shop_widget_title = esc_attr( $instance[ 'online_shop_widget_title' ] ); ?>

','' ); } else{ printf( esc_html__( 'Add/Edit Social Icons from %1$s Here %2$s ', 'online-shop' ), '','' ); } ?>

defaults()); /*default values*/ $online_shop_widget_title = apply_filters( 'widget_title', !empty( $instance['online_shop_widget_title'] ) ? $instance['online_shop_widget_title'] : '', $instance, $this->id_base ); echo $args['before_widget']; if ( !empty( $online_shop_widget_title ) ){ echo $args['before_title']; echo $online_shop_widget_title; echo $args['after_title']; } ?>