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/TextList.php +3 -3 trunk4.3.3 View file →
@@ -142,9 +142,9 @@
142 142 'type' => 'content',
143 143 ],
144 144
145 145 'button_background_color' => [
146 - 'value' => isset( $attributes['column_1']['button_background_color'] ) ? $attributes['column_1']['button_background_color'] : yaymail_get_default_brand_color(),
146 + 'value' => isset( $attributes['column_1']['button_background_color'] ) ? $attributes['column_1']['button_background_color'] : YAYMAIL_COLOR_WC_DEFAULT,
147 147 'type' => 'style',
148 148 ],
149 149
150 150 'button_text_color' => [
@@ -243,9 +243,9 @@
243 243 'type' => 'content',
244 244 ],
245 245
246 246 'button_background_color' => [
247 - 'value' => isset( $attributes['column_2']['button_background_color'] ) ? $attributes['column_2']['button_background_color'] : yaymail_get_default_brand_color(),
247 + 'value' => isset( $attributes['column_2']['button_background_color'] ) ? $attributes['column_2']['button_background_color'] : YAYMAIL_COLOR_WC_DEFAULT,
248 248 'type' => 'style',
249 249 ],
250 250
251 251 'button_text_color' => [
@@ -344,9 +344,9 @@
344 344 'type' => 'content',
345 345 ],
346 346
347 347 'button_background_color' => [
348 - 'value' => isset( $attributes['column_3']['button_background_color'] ) ? $attributes['column_3']['button_background_color'] : yaymail_get_default_brand_color(),
348 + 'value' => isset( $attributes['column_3']['button_background_color'] ) ? $attributes['column_3']['button_background_color'] : YAYMAIL_COLOR_WC_DEFAULT,
349 349 'type' => 'style',
350 350 ],
351 351
352 352 'button_text_color' => [