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/Quick_Post_Slider/Quick_Post_Slider.php +6 -1 51.1.44 → 51.1.86 View file →
@@ -90,9 +90,14 @@
90 90 {
91 91 return ['posts', 'slider', 'carousel', 'blog', 'king-addons'];
92 92 }
93 93
94 - /**
94 + public function get_custom_help_url()
95 + {
96 + return 'mailto:[email protected]?subject=Bug Report - King Addons&body=Please describe the issue';
97 + }
98 +
99 + /**
95 100 * Register controls.
96 101 */
97 102 public function register_controls(): void
98 103 {