← All changes
|
includes/widgets/Table_Builder/Table_Builder.php
+6
-1
51.1.44
→
51.1.86
View file →
| @@ -35,9 +35,14 @@ | ||
| 35 | 35 | { |
| 36 | 36 | return ['table', 'data table', 'builder', 'kng table', 'interactive table']; |
| 37 | 37 | } |
| 38 | 38 | |
| 39 | - protected function register_controls(): void | |
| 39 | + public function get_custom_help_url() | |
| 40 | + { | |
| 41 | + return 'mailto:[email protected]?subject=Bug Report - King Addons&body=Please describe the issue'; | |
| 42 | + } | |
| 43 | + | |
| 44 | + protected function register_controls(): void | |
| 40 | 45 | { |
| 41 | 46 | $this->start_controls_section( |
| 42 | 47 | 'section_content', |
| 43 | 48 | [ |