Files
proelements/core/editor/notice-bar.php
proelements 9ac2bf2aa0 v3.33.1
2025-11-13 15:18:34 +02:00

18 lines
377 B
PHP

<?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 [];
}
}