|
@@ -8,9 +8,9 @@ |
|
8
|
8
|
use Elementor\Plugin; |
|
9
|
9
|
use Elementor\TemplateLibrary\Source_Local; |
|
10
|
10
|
|
|
11
|
11
|
if ( ! defined( 'ABSPATH' ) ) { |
|
12
|
|
- exit; // Exit if accessed directly. |
|
12
|
+ exit; // Exit if accessed directly |
|
13
|
13
|
} |
|
14
|
14
|
|
|
15
|
15
|
class Landing_Page extends PageBase { |
|
16
|
16
|
|