'adela-widget-newsleter', 'description' => esc_html__( 'Adela widget newsletter.', 'adela' ), ); parent::__construct( 'adela_widget_newsletter', esc_html__( 'Adela: Newsletter', 'adela' ), $widget_ops ); } function widget( $args, $instance ){ $instance = wp_parse_args( $instance, array( 'block_title' => 'NEWSLETTER', 'block_sub_title' => 'Signup Our Newsletter & Promotions', 'placeholder_text' => 'Your email', 'submit_text' => 'SignUp', 'action_url' => '' ) ); ?>