'adela-widget-text', 'description' => esc_html__( 'Adela widget text.', 'adela' ), ); parent::__construct( 'adela_widget_text', esc_html__( 'Adela: Text', 'adela' ), $widget_ops ); } function widget( $args, $instance ){ $instance = wp_parse_args( $instance, array( 'block_title' => 'Title', 'block_content' => '', ) ); ?>