id = uniqid(); $this->section = Footer::TYPE; $this->position = 11; $this->name = __( 'Footer 2', 'yaymail' ); $this->elements = [ Text::get_object_data( [ 'rich_text' => '

 Don\'t forget to update the Yaycommerce application

', 'padding' => [ 'top' => 30, 'right' => 0, 'bottom' => 10, 'left' => 0, ], 'text_color' => '#333439', ] ), ColumnLayout::get_object_data( 2, [ 'children' => [ Column::get_object_data( 50, [ 'children' => [ // There are no elements to display Image::get_object_data( [ 'src' => 'https://images.wpbrandy.com/uploads/yaymail-footer-2-img-1.png', 'align' => 'right', 'padding' => [ 'top' => 10, 'bottom' => 0, 'left' => 0, 'right' => 10, ], 'width' => 108, ] ), ], ] ), Column::get_object_data( 50, [ 'children' => [ Image::get_object_data( [ 'src' => 'https://images.wpbrandy.com/uploads/yaymail-footer-2-img-2.png', 'align' => 'left', 'padding' => [ 'top' => 10, 'bottom' => 0, 'left' => 10, 'right' => 0, ], 'width' => 108, ] ), ], ] ), ], 'padding' => [ 'top' => 0, 'right' => 100, 'bottom' => 0, 'left' => 100, ], ] ), Divider::get_object_data( [ 'height' => 1, 'width' => 100, 'divider_color' => '#f1f2f5', 'padding' => [ 'top' => 30, 'right' => 40, 'bottom' => 30, 'left' => 40, ], ] ), Text::get_object_data( [ 'rich_text' => '

© 2023 YayCommerce.com
70 Washington Square South New York, NY 10012, United States

Contact us      |      Terms & Condition      |      Return Policy      |      Support      |      Unsubscribe

', 'padding' => [ 'top' => 0, 'right' => 0, 'bottom' => 0, 'left' => 0, ], 'text_color' => '#333439', ] ), ]; } }