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/SocialIcon.php +0 -14 trunk4.3.3 View file →
@@ -91,22 +91,8 @@
91 91 'title' => __( 'Styles theme', 'yaymail' ),
92 92 'default_value' => isset( $attributes['style'] ) ? $attributes['style'] : 'Colorful',
93 93 'type' => 'style',
94 94 ],
95 - 'icon_color' => [
96 - 'value_path' => 'icon_color',
97 - 'component' => 'Color',
98 - 'title' => __( 'Icon color', 'yaymail' ),
99 - 'default_value' => isset( $attributes['icon_color'] ) ? $attributes['icon_color'] : '#333333',
100 - 'type' => 'style',
101 - 'conditions' => [
102 - 'condition_1' => [
103 - 'attribute' => 'theme',
104 - 'comparison' => '==',
105 - 'value' => 'Custom',
106 - ],
107 - ],
108 - ],
109 95 'icon_list' => [
110 96 'value_path' => 'icon_list',
111 97 'component' => 'SocialList',
112 98 'title' => __( 'Social', 'yaymail' ),