'brubeck-content-newsletter-widget', // Widget class. 'description' => esc_html__( 'A widget that displays the newsletter.' , 'brubeck' ), // Widget description. ) ); } /* Display the widget on the screen. */ public function widget( $args, $instance ) { extract( $args ); $title = apply_filters( 'widget_title', $instance['title'] ); $description = apply_filters( 'widget_text', $instance['description'] ); $code = $instance['code']; echo $args['before_widget']; echo $args['before_title'] . apply_filters( 'widget_title', $instance['title'] ). $args['after_title']; ?>

esc_html__( 'Newsletter', 'brubeck' ), 'description' => 'Good design is as little design as possible: Less, but better - because it concentrates on the essential aspects, and the products are not burdened with non-essentials. Back to purity, back to simplicity.', 'code' => '' ); $instance = wp_parse_args( (array) $instance, $defaults ); ?>