← All changes
|
includes/widgets/Interactive_Gradient_Mesh/Interactive_Gradient_Mesh.php
+7
-2
51.1.44
→
51.1.83
View file →
| @@ -35,9 +35,9 @@ | ||
| 35 | 35 | } |
| 36 | 36 | |
| 37 | 37 | public function get_icon(): string |
| 38 | 38 | { |
| 39 | - return 'king-addons-icon'; | |
| 39 | + return 'king-addons-icon king-addons-interactive-gradient-mesh'; | |
| 40 | 40 | } |
| 41 | 41 | |
| 42 | 42 | public function get_style_depends(): array |
| 43 | 43 | { |
| @@ -62,9 +62,14 @@ | ||
| 62 | 62 | { |
| 63 | 63 | return ['gradient', 'mesh', 'background', 'interactive', 'hero']; |
| 64 | 64 | } |
| 65 | 65 | |
| 66 | - public function register_controls(): void | |
| 66 | + public function get_custom_help_url() | |
| 67 | + { | |
| 68 | + return 'mailto:bug@kingaddons.com?subject=Bug Report - King Addons&body=Please describe the issue'; | |
| 69 | + } | |
| 70 | + | |
| 71 | + public function register_controls(): void | |
| 67 | 72 | { |
| 68 | 73 | $this->register_general_controls(); |
| 69 | 74 | $this->register_overlay_controls(); |
| 70 | 75 | $this->register_animation_controls(); |