← All changes
|
includes/widgets/Pricing_Table_Ext/Pricing_Table_Ext.php
+6
-1
51.1.44
→
51.1.86
View file →
| @@ -90,9 +90,14 @@ | ||
| 90 | 90 | { |
| 91 | 91 | return ['king-addons-pt-frontend']; |
| 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 widget controls. |
| 96 | 101 | * |
| 97 | 102 | * @return void |
| 98 | 103 | */ |