display(); } private function display(): Notice { return Notice::displayWarning( sprintf( '

%s

%s

', __('MailPoet Preview', 'mailpoet'), __('This is a preview of the MailPoet plugin. Please note that some functionality may be limited.', 'mailpoet') ), null, self::OPTION_NAME, false ); } }