| @@ -7,9 +7,9 @@ | ||
| 7 | 7 | use Elementor\Modules\LinkInBio\Module as ConversionCenterModule; |
| 8 | 8 | use Elementor\Plugin; |
| 9 | 9 | |
| 10 | 10 | if ( ! defined( 'ABSPATH' ) ) { |
| 11 | - exit; // Exit if accessed directly. | |
| 11 | + exit; // Exit if accessed directly | |
| 12 | 12 | } |
| 13 | 13 | |
| 14 | 14 | /** |
| 15 | 15 | * Elementor Link in Bio widget. |
| @@ -25,6 +25,10 @@ | ||
| 25 | 25 | } |
| 26 | 26 | |
| 27 | 27 | public function get_title(): string { |
| 28 | 28 | return esc_html__( 'Minimalist', 'elementor' ); |
| 29 | + } | |
| 30 | + | |
| 31 | + public function get_style_depends(): array { | |
| 32 | + return [ 'widget-link-in-bio' ]; | |
| 29 | 33 | } |
| 30 | 34 | } |