PluginProbe
The WP Remote WordPress Plugin / trunk
The WP Remote WordPress Plugin vtrunk
6.72 6.69 6.65 6.62 6.48 6.47 4.87 4.97 5.05 5.09 5.16 5.22 5.24 5.25 5.38 5.41 5.42 5.45 5.47 5.53 5.56 5.65 5.68 5.72 5.73 All 53 releases
wpremote / admin / components / header_top.php

header_top.php in The WP Remote WordPress Plugin trunk, at admin/components/header_top.php

23 lines 1.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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 &nbsp;
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>