PluginProbe
King Addons for Elementor – 100+ Elementor Widgets, 4 000+ Elementor Templates, WooCommerce Builder, Mega Menu, Popup Builder / 51.1.83
King Addons for Elementor – 100+ Elementor Widgets, 4 000+ Elementor Templates, WooCommerce Builder, Mega Menu, Popup Builder v51.1.83
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 51.1.46 All 39 releases
← All changes | includes/widgets/TB_Archive_Posts/TB_Archive_Posts.php +8 -3 51.1.4451.1.83 View file →
@@ -46,9 +46,9 @@
46 46 * @return string
47 47 */
48 48 public function get_icon(): string
49 49 {
50 - return 'eicon-post-list';
50 + return 'king-addons-icon king-addons-tb-archive-posts';
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', 'loop', 'posts', 'search', 'king-addons'];
91 91 }
92 92
93 - /**
93 + public function get_custom_help_url()
94 + {
95 + return 'mailto:bug@kingaddons.com?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 */