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/Content_Toggle/Content_Toggle.php +7 -2 51.1.44 → 51.1.86 View file →
@@ -53,9 +53,9 @@
53 53 * @return string
54 54 */
55 55 public function get_icon(): string
56 56 {
57 - return 'eicon-toggle';
57 + return 'king-addons-icon king-addons-content-toggle';
58 58 }
59 59
60 60 /**
61 61 * Get script dependencies.
@@ -100,9 +100,14 @@
100 100 {
101 101 return ['toggle', 'switch', 'content', 'tabs', 'king-addons'];
102 102 }
103 103
104 - /**
104 + public function get_custom_help_url()
105 + {
106 + return 'mailto:[email protected]?subject=Bug Report - King Addons&body=Please describe the issue';
107 + }
108 +
109 + /**
105 110 * Register widget controls.
106 111 *
107 112 * @return void
108 113 */