id = uniqid(); $this->section = Header::TYPE; $this->position = 20; $this->name = __( 'Header 2', 'yaymail' ); $this->elements = [ ColumnLayout::get_object_data( 3, [ 'background_color' => '#ffffff', 'children' => [ Column::get_object_data( 32, [ 'children' => [ Logo::get_object_data( [ 'background_color' => '#ffffff00', 'src' => 'https://images.wpbrandy.com/uploads/yaymail-footer-img-1.png', 'width' => 195, 'padding' => [ 'top' => 0, 'right' => 0, 'bottom' => 0, 'left' => 0, ], ] ), ], ] ), Column::get_object_data( 5, [ 'children' => [ Text::get_object_data( [ 'rich_text' => '
|
', 'padding' => [ 'top' => 0, 'right' => 0, 'bottom' => 0, 'left' => 0, ], 'text_color' => '#C4C6CC', ] ), ], ] ), Column::get_object_data( 68, [ 'children' => [ Text::get_object_data( [ 'rich_text' => 'A store where you can shop everything
', 'padding' => [ 'top' => 0, 'right' => 0, 'bottom' => 0, 'left' => 0, ], 'text_color' => '#333439', ] ), ], ] ), ], 'padding' => [ 'top' => 20, 'left' => 30, 'bottom' => 10, 'right' => 30, ], ] ), Text::get_object_data( [ 'rich_text' => 'Support Blog FAQs
', 'padding' => [ 'top' => 0, 'right' => 30, 'bottom' => 20, 'left' => 30, ], 'text_color' => '#333439', ] ), ]; } }