← All changes
|
includes/widgets/Advanced_Callout_Box/Advanced_Callout_Box.php
+7
-2
51.1.44
→
51.1.86
View file →
| @@ -49,9 +49,9 @@ | ||
| 49 | 49 | * @return string |
| 50 | 50 | */ |
| 51 | 51 | public function get_icon(): string |
| 52 | 52 | { |
| 53 | - return 'king-addons-icon'; | |
| 53 | + return 'king-addons-icon king-addons-advanced-callout-box'; | |
| 54 | 54 | } |
| 55 | 55 | |
| 56 | 56 | /** |
| 57 | 57 | * Style dependencies. |
| @@ -97,9 +97,14 @@ | ||
| 97 | 97 | { |
| 98 | 98 | return ['callout', 'notice', 'alert', 'note', 'tip']; |
| 99 | 99 | } |
| 100 | 100 | |
| 101 | - /** | |
| 101 | + public function get_custom_help_url() | |
| 102 | + { | |
| 103 | + return 'mailto:[email protected]?subject=Bug Report - King Addons&body=Please describe the issue'; | |
| 104 | + } | |
| 105 | + | |
| 106 | + /** | |
| 102 | 107 | * Register controls. |
| 103 | 108 | * |
| 104 | 109 | * @return void |
| 105 | 110 | */ |