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/Interactive_Steps_Progress/Interactive_Steps_Progress.php +8 -3 51.1.4451.1.83 View file →
@@ -34,9 +34,9 @@
34 34 }
35 35
36 36 public function get_icon(): string
37 37 {
38 - return 'eicon-steps';
38 + return 'king-addons-icon king-addons-interactive-steps-progress';
39 39 }
40 40
41 41 public function get_categories(): array
42 42 {
@@ -57,9 +57,14 @@
57 57 {
58 58 return [KING_ADDONS_ASSETS_UNIQUE_KEY . '-interactive-steps-progress-script'];
59 59 }
60 60
61 - protected function register_controls(): void
61 + public function get_custom_help_url()
62 + {
63 + return 'mailto:bug@kingaddons.com?subject=Bug Report - King Addons&body=Please describe the issue';
64 + }
65 +
66 + protected function register_controls(): void
62 67 {
63 68 $this->register_layout_controls();
64 69 $this->register_steps_controls();
65 70 $this->register_behavior_controls();
@@ -325,9 +330,9 @@
325 330 'label' => esc_html__('Steps', 'king-addons'),
326 331 'type' => Controls_Manager::REPEATER,
327 332 'fields' => $repeater->get_controls(),
328 333 'default' => $this->get_default_steps(),
329 - 'title_field' => '{{{ step_title }}}',
334 + 'title_field' => '{{ step_title }}',
330 335 ]
331 336 );
332 337
333 338 $this->end_controls_section();