← All changes
|
includes/widgets/Quick_Card_Grid/Quick_Card_Grid.php
+7
-2
51.1.44
→
51.1.86
View file →
| @@ -98,9 +98,14 @@ | ||
| 98 | 98 | { |
| 99 | 99 | return ['grid', 'card', 'content', 'king-addons']; |
| 100 | 100 | } |
| 101 | 101 | |
| 102 | - /** | |
| 102 | + public function get_custom_help_url() | |
| 103 | + { | |
| 104 | + return 'mailto:[email protected]?subject=Bug Report - King Addons&body=Please describe the issue'; | |
| 105 | + } | |
| 106 | + | |
| 107 | + /** | |
| 103 | 108 | * Register widget controls. |
| 104 | 109 | * |
| 105 | 110 | * @return void |
| 106 | 111 | */ |
| @@ -273,9 +278,9 @@ | ||
| 273 | 278 | 'kng_card_button_text' => esc_html__('Explore', 'king-addons'), |
| 274 | 279 | 'kng_card_image' => ['url' => Utils::get_placeholder_image_src()], |
| 275 | 280 | ], |
| 276 | 281 | ], |
| 277 | - 'title_field' => '{{{ kng_card_title }}}', | |
| 282 | + 'title_field' => '{{ kng_card_title }}', | |
| 278 | 283 | ] |
| 279 | 284 | ); |
| 280 | 285 | |
| 281 | 286 | $this->end_controls_section(); |