← All changes
|
modules/floating-buttons/widgets/contact-buttons.php
+5
-1
4.3.1
→
3.24.8
View file →
| @@ -5,9 +5,9 @@ | ||
| 5 | 5 | use Elementor\Modules\FloatingButtons\Base\Widget_Contact_Button_Base; |
| 6 | 6 | use Elementor\Plugin; |
| 7 | 7 | |
| 8 | 8 | if ( ! defined( 'ABSPATH' ) ) { |
| 9 | - exit; // Exit if accessed directly. | |
| 9 | + exit; // Exit if accessed directly | |
| 10 | 10 | } |
| 11 | 11 | |
| 12 | 12 | /** |
| 13 | 13 | * Elementor Contact Buttons widget. |
| @@ -23,6 +23,10 @@ | ||
| 23 | 23 | } |
| 24 | 24 | |
| 25 | 25 | public function get_title(): string { |
| 26 | 26 | return esc_html__( 'Single Chat', 'elementor' ); |
| 27 | + } | |
| 28 | + | |
| 29 | + public function get_style_depends(): array { | |
| 30 | + return [ 'widget-floating-buttons' ]; | |
| 27 | 31 | } |
| 28 | 32 | } |