HEX
Server: Apache/2
System: Linux bq-e705.pointdnshere.com 4.18.0-513.11.1.el8_9.x86_64 #1 SMP Wed Jan 17 02:00:40 EST 2024 x86_64
User: wellmix (1103)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/wellmix/public_html/wp-content/plugins/responsive-menu/v4.0.0/templates/admin-notices.php
<?php
/**
 * This is admin notice template file.
 *
 * @since 4.1.0
 */
?>

<div class="notice-responsive-menu notice error is-dismissible">
	<div class="notice-responsive-menu-logo">
		<img src="<?php echo esc_url( RMP_PLUGIN_URL_V4 . '/assets/images/rmp-logo.png' ); ?>" width="60" height="60" alt="logo" />
	</div>

	<div class="notice-responsive-menu-message">
		<h4 style="font-weight: 700;"> <?php esc_html_e( 'Welcome to Responsive Menu', 'responsive-menu' ); ?></h4>
		<p><?php esc_html_e( 'Upgrade to the pro version to get feature updates, premium support and unlimited access to the menu settings.', 'responsive-menu' ); ?></p>
	</div>

	<div class="notice-responsive-menu-action">
		<a target="_blank" rel="noopener" href="https://responsive.menu/pricing/" data-toggle="tab">
			<span class="dashicons dashicons-update-alt"></span>
			<?php esc_html_e( 'Upgrade To Pro', 'responsive-menu' ); ?>
		</a>
	</div>
</div>