|
@@ -7,9 +7,9 @@ |
|
7
|
7
|
use Elementor\Plugin; |
|
8
|
8
|
use Elementor\Utils; |
|
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
|
class Notice_Bar extends Base_Object { |
|
15
|
15
|
|