HEX
Server: Apache/2.4.49 (FreeBSD) OpenSSL/1.0.2s-freebsd PHP/5.6.36
System: FreeBSD hosting.icon.bg 11.3-RELEASE-p13 FreeBSD 11.3-RELEASE-p13 #0: Tue Sep 1 06:56:51 UTC 2020 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64
User: ftpuser (1002)
PHP: 5.6.36
Disabled: NONE
Upload Files
File: /hosting/kak.bg/web/wp-content/themes/vlog/vlog/core/admin/update-panel.php
<div id="welcome-panel" class="welcome-panel vlog-welcome-panel">
	
	<a href="#" class="welcome-panel-close" id="vlog_update_box_hide">Dismiss</a>

	<div class="welcome-panel-content">
		
		<h2>Congratulations, your website just got better!</h2>
		<p class="about-description">Vlog has been successfully updated to version <?php echo VLOG_THEME_VERSION; ?></a></p>

		<div class="welcome-panel-column-container">

				<?php if( version_compare( VLOG_THEME_VERSION, '2.2', '>=' ) && version_compare( get_option( 'vlog_theme_version', '0.0.0' ), '2.1', '<=' ) ) : ?>

					<div class="welcome-panel-column important">
					<h3><span class="dashicons dashicons-warning"></span> Important note</h3>
					<p>This version introduces major changes to your theme. Additional actions may be required in order to finish the update process completely. Please check the release notes to make sure everything is set properly.</p>
					<a href="http://mekshq.com/docs/vlog-change-log" target="_blank" class="button button-primary button-hero">Read more</a>
					</div>

				<?php else: ?>

					<div class="welcome-panel-column">
					<h3>What's new?</h3>
					<p>We do our best to keep our themes up-to-date. Take a few moments to see what's added in the latest version.</p>
					<a href="http://mekshq.com/docs/vlog-change-log" target="_blank" class="button button-primary button-hero">View change log</a>
					</div>

				<?php endif; ?>

				<div class="welcome-panel-column">
				<h3>We listen to your feedback</h3>
				<p>If you have ideas which might help us make Vlog even better, we would love to hear from you!</p>
				<a href="http://mekshq.com/contact" target="_blank" class="button button-primary button-hero">Get in touch</a>
				</div>

				<?php 
				$tweet_text = "I'm very happy using Vlog! Check out this great #WordPress theme by @meksHQ";
				$tweet_url = "http://mekshq.com/demo/vlog";
				?>

				<div class="welcome-panel-column">
				<h3>Happy with Vlog?</h3>
				<p>Why not share the feeling with the world? We would really appreciate it. </p>
				<a href="javascript:void(0);" data-url="http://twitter.com/intent/tweet?url=<?php echo esc_url($tweet_url); ?>&amp;text=<?php echo urlencode($tweet_text); ?>" class="mks-twitter-share-button button button-primary button-hero">Tweet about it!</a>
				</div>



		</div>

	</div>

</div>