| 1 |
<?php |
| 2 |
$plugin_slug = "wpremote"; |
| 3 |
$plugin_logo = plugins_url("/../../img/wprlogo.svg", __FILE__); |
| 4 |
$title = "Manage hundreds of WordPress websites with half the effort"; |
| 5 |
$header_logo_link = $this->getWebPage() . "/?utm_source=mc_plugin_lp_logo&utm_medium=logo_link&utm_campaign=mc_plugin_lp_header&utm_term=header_logo&utm_content=image_link"; |
| 6 |
?> |
| 7 |
<div class="header-top"> |
| 8 |
<div class="top-links"> |
| 9 |
<span><a href="<?php echo esc_url("https://wordpress.org/support/plugin/" . $plugin_slug . "/reviews/#new-post"); ?>" target="_blank" rel="noopener noreferrer"> |
| 10 |
Leave a Review |
| 11 |
</a></span> |
| 12 |
|
| 13 |
<span><a href="<?php echo esc_url("https://wordpress.org/support/plugin/" . $plugin_slug . "/"); ?>" target="_blank" rel="noopener noreferrer"> |
| 14 |
Need Help? |
| 15 |
</a></span> |
| 16 |
</div> |
| 17 |
<div class="logo-img"> |
| 18 |
<a href="<?php echo esc_url($header_logo_link); ?>" target="_blank" rel="noopener noreferrer"> |
| 19 |
<img height="65" src="<?php echo esc_url($plugin_logo); ?>" alt="Logo"> |
| 20 |
</a> |
| 21 |
</div> |
| 22 |
<h2 class="text-center heading"><?php echo esc_html($title); ?></h2> |
| 23 |
</div> |