mirror of
https://github.com/proelements/proelements.git
synced 2026-04-29 06:25:58 +00:00
v3.33.1
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
namespace ElementorPro\Core\Editor;
|
||||
|
||||
use Elementor\Core\Editor\Notice_Bar as Base_Notice_Bar;
|
||||
use ElementorPro\License\Admin;
|
||||
use ElementorPro\License\API as License_API;
|
||||
use ElementorPro\Plugin;
|
||||
|
||||
if ( ! defined( 'ABSPATH' ) ) {
|
||||
exit; // Exit if accessed directly
|
||||
}
|
||||
|
||||
class Notice_Bar extends Base_Notice_Bar {
|
||||
protected function get_init_settings() {
|
||||
return [];
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user