'center', 'full_width' => false, 'width' => '242', 'url' => '#', 'image' => YAYMAIL_PLUGIN_URL . 'assets/images/woocommerce-logo.png', 'padding' => [ 'top' => '10', 'right' => '10', 'bottom' => '10', 'left' => '50', ], ]; if ( is_array( $data['image_box']['column_1'] ) && ! empty( $data['image_box']['column_1'] ) ) { $_data_column_1 = $data['image_box']['column_1']; foreach ( $_data_column_1 as $key => $value ) { if ( $key === 'full_width' ) { $data_column_1['full_width'] = filter_var( $value['value'], FILTER_VALIDATE_BOOLEAN ); } else { $data_column_1[ $key ] = $value['value']; } } } $data_column_2 = [ 'rich_text' => '

This is a title

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy.

It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.

', 'font_family' => YAYMAIL_DEFAULT_FAMILY, 'padding' => [ 'top' => '10', 'right' => '50', 'bottom' => '10', 'left' => '10', ], ]; if ( is_array( $data['image_box']['column_2'] ) && ! empty( $data['image_box']['column_2'] ) ) { $_data_column_2 = $data['image_box']['column_2']; foreach ( $_data_column_2 as $key => $value ) { $data_column_2[ $key ] = $value['value']; } } $wrapper_style = TemplateHelpers::get_style( [ 'word-break' => 'break-word', 'background-color' => $data['background_color'], ] ); $column_1_style = TemplateHelpers::get_style( [ 'padding' => TemplateHelpers::get_spacing_value( isset( $data_column_1['padding'] ) ? $data_column_1['padding'] : [] ), ] ); $column_2_style = TemplateHelpers::get_style( [ 'padding' => TemplateHelpers::get_spacing_value( isset( $data_column_2['padding'] ) ? $data_column_2['padding'] : [] ), ] ); $text_style = TemplateHelpers::get_style( [ 'color' => $data['text_color'], 'text-align' => 'left', 'font-family' => TemplateHelpers::get_font_family_value( $data_column_2['font_family'] ), ] ); ob_start(); ?>
<?php echo esc_attr( $data_column_1['alt'] ?? '' ); ?>