id = uniqid(); $this->section = Offer::TYPE; $this->position = 12; $this->name = __( 'Offer 3', 'yaymail' ); $special_text = << 20 DAYS : 12 HOURS : 21 MINUTES : 54 SECONDS

HTML; $this->elements = [ ColumnLayout::get_object_data( 1, [ 'inner_background_color' => '#ffffff00', 'padding' => [ 'top' => 10, 'bottom' => 10, 'right' => 40, 'left' => 40, ], 'background_image' => [ 'url' => 'https://images.wpbrandy.com/uploads/yaymail-offer-3-bg.png', 'position' => 'center_center', 'x_position' => 52, 'y_position' => 50, 'repeat' => 'no-repeat', 'size' => 'cover', ], 'children' => [ Column::get_object_data( 100, [ 'children' => [ Text::get_object_data( [ 'background_color' => '#ffffff00', 'text_color' => '#E2E6EE', 'rich_text' => '

Back to School Sale
Current Offer Ends in

', 'padding' => [ 'top' => 20, 'bottom' => 5, 'right' => 50, 'left' => 0, ], ] ), Text::get_object_data( [ 'background_color' => '#ffffff00', 'text_color' => '#E2E6EE', 'rich_text' => wp_kses_post( $special_text ), 'padding' => [ 'top' => 5, 'bottom' => 5, 'right' => 50, 'left' => 0, ], ] ), Button::get_object_data( [ 'text' => 'Shop All Products', 'background_color' => '#ffffff00', 'button_background_color' => '#FFFFFF', 'text_color' => '#323DC7', 'align' => 'left', 'width' => 43, 'padding' => [ 'top' => 10, 'bottom' => 20, 'right' => 50, 'left' => 0, ], 'border_radius' => [ 'top_left' => 10, 'top_right' => 10, 'bottom_right' => 10, 'bottom_left' => 10, ], ] ), ], ] ), ], ] ), ]; } }