HEX
Server: Apache
System: Linux p3plzcpnl489499.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: dwauav0tm6jp (6177017)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/dwauav0tm6jp/hosted/justinpods_com/wp-content/themes/megaphone/core/admin/update-panel.php
<div id="welcome-panel" class="welcome-panel megaphone-welcome-panel">
    <a href="#" class="welcome-panel-close" id="megaphone_update_box_hide">Dismiss</a>
    <div class="welcome-panel-content">
        <h2>Congratulations, your website just got better!</h2>
        <p class="about-description">Megaphone has been successfully updated to version
            <?php echo MEGAPHONE_THEME_VERSION; ?>
    </a></p>
    <div class="welcome-panel-column-container">
        <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/megaphone-change-log" target="_blank" class="button button-primary button-hero">View change log</a>
        </div>
        <div class="welcome-panel-column">
            <h3>We listen to your feedback</h3>
            <p>If you have ideas which might help us make megaphone 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 megaphone! Check out this great #WordPress theme by @meksHQ";
				$tweet_url = "https://mekshq.com/demo/megaphone/";
				?>
        <div class="welcome-panel-column">
            <h3>Happy with megaphone?</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>