|
@@ -6,9 +6,9 @@ |
|
6
|
6
|
use Elementor\Controls_Stack; |
|
7
|
7
|
use Elementor\Plugin; |
|
8
|
8
|
|
|
9
|
9
|
if ( ! defined( 'ABSPATH' ) ) { |
|
10
|
|
- exit; // Exit if accessed directly. |
|
10
|
+ exit; // Exit if accessed directly |
|
11
|
11
|
} |
|
12
|
12
|
|
|
13
|
13
|
class Module extends \Elementor\Core\Base\Module { |
|
14
|
14
|
|