← All changes
|
includes/widgets/Interactive_Steps_Progress/Interactive_Steps_Progress.php
+8
-3
51.1.44
→
51.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(); |