HEX
Server: Apache
System: Linux webm020.cluster128.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: thanexcelr (29537)
PHP: 7.3.33
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/thanexcelr/www/wp-content/plugins/ml-slider/admin/views/notices/header-notice.php
<?php if (!defined('ABSPATH')) die('No direct access.'); ?>

<div class="updraft-ad-container notice updated">
	<div class="updraft_notice_container">
		<div class="updraft_advert_content_left">
			<img src="<?php echo METASLIDER_BASE_URL.'admin/images/'.$image;?>" width="60" height="60" alt="<?php _e('Logo','ml-slider');?>" />
		</div>
		<div class="updraft_advert_content_right">
			<h3 class="updraft_advert_heading"><?php echo $title; ?></h3>
            <div class="updraft-advert-dismiss">
                <a class="underline text-blue-dark" href="#" onclick="jQuery('.updraft-ad-container').slideUp(); jQuery.post(ajaxurl, {action: 'notice_handler', ad_identifier: '<?php echo $dismiss_time;?>', _wpnonce: metaslider_notices.handle_notices_nonce });"><?php echo sprintf('%s', __('Dismiss', 'ml-slider')); echo ('' !== $hide_time) ? sprintf(' (%s)', $hide_time) : ''; ?></a>
            </div>
			<p>
				<?php 
					echo $text;

					if (isset($discount_code)) echo ' <strong>' . $discount_code . '</strong>';

					if (!empty($button_link)) {
						echo $this->get_button_link($button_link, $button_meta);
					} 
				?>
            </p>
		</div>
	</div>
	<div class="clear"></div>
</div>