id = uniqid(); $this->section = Header::TYPE; $this->position = 30; $this->name = __( 'Header 3', 'yaymail' ); $this->elements = [ ColumnLayout::get_object_data( 2, [ 'background_color' => '#ffffff', 'inner_background_color' => '#fffbf1', 'inner_border_radius' => [ 'top_left' => 10, 'top_right' => 10, 'bottom_left' => 10, 'bottom_right' => 10, ], 'padding' => [ 'top' => 25, 'right' => 25, 'bottom' => 25, 'left' => 25, ], 'children' => [ Column::get_object_data( 50, [ 'children' => [ Image::get_object_data( [ 'background_color' => '#ffffff00', 'align' => 'left', 'src' => 'https://images.wpbrandy.com/uploads/yaymail-footer-img-1.png', 'width' => 195, 'padding' => [ 'top' => 20, 'right' => 10, 'bottom' => 20, 'left' => 20, ], ] ), ], ] ), Column::get_object_data( 50, [ 'children' => [ Text::get_object_data( [ 'background_color' => '#ffffff00', 'text_color' => '#333439', 'rich_text' => '

Support Blog FAQs

', 'padding' => [ 'top' => 0, 'right' => 30, 'bottom' => 0, 'left' => 30, ], ] ), ], ] ), ], ] ), ]; } }