File ManagerCurrent Directory: wp-content/plugins/elementor/core/admin/noticesLinux appserver-7a7af3b2-php-0c9ec09e2f9746c2a80fa3756c076432 6.12.94+ #1 SMP Fri Jul 17 09:26:56 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