File ManagerCurrent Directory: wp-content/plugins/elementor/core/admin/noticesLinux appserver-0d5e4f1e-php-cc8da225320a42ba9b7d66cba40b1f03 6.6.123+ #1 SMP PREEMPT_DYNAMIC Wed Mar 11 09:04:28 UTC 2026 x86_64Edit File: base-notice.php <?php namespace Elementor\Core\Admin\Notices; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } abstract class Base_Notice { /** * Determine if the notice should be printed or not. * * @return boolean */ abstract public function should_print(); /** * Returns the config of the notice itself. * based on that config the notice will be printed. * * @see \Elementor\Core\Admin\Admin_Notices::admin_notices * * @return array */ abstract public function get_config(); } Upload File Directory Listing NameTypeSizeActions.. (Parent Directory)Dirbase-notice.phpFile515.00 B Rename | Delete | Editelementor-dev-notice.phpFile4.23 KB Rename | Delete | Edit