PluginProbe
YayMail – WooCommerce Email Customizer / 4.3.3
YayMail – WooCommerce Email Customizer v4.3.3
4.4.4 4.4.3 4.4.2 4.4.1 trunk 1.9.6 2.1.4 2.1.5 3.2.2 3.2.6 3.2.7.1 3.2.8.1 3.2.9 3.3 3.3.1 3.3.4 3.3.5 3.3.6 3.3.7 3.3.8 3.3.9 3.4 3.4.1 3.4.2 3.4.3 All 55 releases
← All changes | src/Elements/ImageList.php +0 -12 trunk4.3.3 View file →
@@ -83,12 +83,8 @@
83 83 'image' => [
84 84 'value' => isset( $attributes['column_1']['image'] ) ? $attributes['column_1']['image'] : $src,
85 85 'type' => 'content',
86 86 ],
87 - 'full_width' => [
88 - 'value' => isset( $attributes['column_1']['full_width'] ) ? $attributes['column_1']['full_width'] : false,
89 - 'type' => 'style',
90 - ],
91 87 'width' => [
92 88 'value' => isset( $attributes['column_1']['width'] ) ? $attributes['column_1']['width'] : '100',
93 89 'type' => 'style',
94 90 ],
@@ -122,12 +118,8 @@
122 118 'image' => [
123 119 'value' => isset( $attributes['column_2']['image'] ) ? $attributes['column_2']['image'] : $src,
124 120 'type' => 'content',
125 121 ],
126 - 'full_width' => [
127 - 'value' => isset( $attributes['column_2']['full_width'] ) ? $attributes['column_2']['full_width'] : false,
128 - 'type' => 'style',
129 - ],
130 122 'width' => [
131 123 'value' => isset( $attributes['column_2']['width'] ) ? $attributes['column_2']['width'] : '100',
132 124 'type' => 'style',
133 125 ],
@@ -160,12 +152,8 @@
160 152 ],
161 153 'image' => [
162 154 'value' => isset( $attributes['column_3']['image'] ) ? $attributes['column_3']['image'] : $src,
163 155 'type' => 'content',
164 - ],
165 - 'full_width' => [
166 - 'value' => isset( $attributes['column_3']['full_width'] ) ? $attributes['column_3']['full_width'] : false,
167 - 'type' => 'style',
168 156 ],
169 157 'width' => [
170 158 'value' => isset( $attributes['column_3']['width'] ) ? $attributes['column_3']['width'] : '100',
171 159 'type' => 'style',