PluginProbe
King Addons for Elementor – 100+ Elementor Widgets, 4 000+ Elementor Templates, WooCommerce Builder, Mega Menu, Popup Builder / 51.1.86
King Addons for Elementor – 100+ Elementor Widgets, 4 000+ Elementor Templates, WooCommerce Builder, Mega Menu, Popup Builder v51.1.86
51.1.86 51.1.84 51.1.85 51.1.83 51.1.82 51.1.81 51.1.79 51.1.78 51.1.77 51.1.76 51.1.74 51.1.75 51.1.65 51.1.64 51.1.63 trunk 51.1.14 51.1.2 51.1.35 51.1.36 51.1.37 51.1.38 51.1.39 51.1.44 51.1.45 All 40 releases
← All changes | includes/widgets/TB_Archive_Description/TB_Archive_Description.php +9 -3 51.1.44 → 51.1.86 View file →
@@ -46,9 +46,9 @@
46 46 * @return string
47 47 */
48 48 public function get_icon(): string
49 49 {
50 - return 'eicon-archive-description';
50 + return 'king-addons-icon king-addons-tb-archive-description';
51 51 }
52 52
53 53 /**
54 54 * Style dependencies.
@@ -76,9 +76,9 @@
76 76 * @return array<int, string>
77 77 */
78 78 public function get_categories(): array
79 79 {
80 - return ['king-addons'];
80 + return ['king-addons-theme-builder'];
81 81 }
82 82
83 83 /**
84 84 * Keywords.
@@ -89,9 +89,14 @@
89 89 {
90 90 return ['archive', 'description', 'bio', 'taxonomy', 'king-addons'];
91 91 }
92 92
93 - /**
93 + public function get_custom_help_url()
94 + {
95 + return 'mailto:[email protected]?subject=Bug Report - King Addons&body=Please describe the issue';
96 + }
97 +
98 + /**
94 99 * Register controls.
95 100 *
96 101 * @return void
97 102 */
@@ -172,8 +177,9 @@
172 177 'kng_placeholder_text',
173 178 [
174 179 'label' => esc_html__('Placeholder Text', 'king-addons'),
175 180 'type' => Controls_Manager::TEXT,
181 + 'dynamic' => ['active' => true],
176 182 'default' => esc_html__('No description available.', 'king-addons'),
177 183 'condition' => [
178 184 'kng_empty_behavior' => 'placeholder',
179 185 ],