'appointment_info_widget', 'description' => __('Appointment theme information widget.','appointment'), ), array( 'width' => 600, ) ); } public function widget( $args, $instance ) { $instance['title'] = __( 'Have a question? Call us now', 'appointment' ); $instance['description'] = __( '+82 334 843 52', 'appointment' ); $instance['fa_icon'] = __( 'fa fa-phone', 'appointment' ); echo $args['before_widget']; ?>