esc_html__( 'Drop Down Archives widget without JavaScript', 'simple-days' ), ) // Args ); } public function widget( $args, $instance ) { $title = esc_html( ! empty( $instance['title'] ) ? $instance['title'] : '' ); $title = apply_filters( 'widget_title', $title, $instance, $this->id_base ); echo $args['before_widget']; if ( $title ) { echo $args['before_title'] . esc_html($title) . $args['after_title']; } echo '
'; echo $args['after_widget']; } public function form( $instance ) { $settings = array(); $settings['title'] = ! empty( $instance['title'] ) ? $instance['title'] : ''; ?>