PluginProbe
The WP Remote WordPress Plugin / 4.69
The WP Remote WordPress Plugin v4.69
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 / features_list.php

features_list.php in The WP Remote WordPress Plugin 4.69, at admin/components/features_list.php

62 lines 2.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 $heading = "COMPLETE SITE MANAGEMENT";
3 $subheading = "Make site management effortless with WP Remote";
4 $img_url = plugins_url("/../../img/wpr-features-list.svg", __FILE__);
5 ?>
6 <section id="list-features">
7 <div class="custom-container">
8 <div class="heading text-center">
9 <h5><?php echo $heading; ?></h5>
10 <h4><?php echo $subheading; ?></h4>
11 </div>
12 <div class="row">
13 <div class="col-xs-12 d-flex">
14 <div class="col-xs-12 col-lg-6">
15 <div>
16 <img class="main-image" src="<?php echo $img_url; ?>"/>
17 </div>
18 </div>
19 <div class="col-xs-12 col-lg-6 d-flex">
20 <div id="accordion">
21 <div>
22 <input type="radio" name="accordion-group" id="option-1" checked />
23 <div class="acc-card">
24 <label for="option-1">
25 <h5>Complete Site Management</h5>
26 <h4>Update all your sites in one-click from our fast and flexible dashboard.</h4>
27 </label>
28 <div class="article">
29 <p>Sit back, let WP Remote automatically install updates and never worry about unexpected downtimes.</p>
30 </div>
31 </div>
32 </div>
33 <div>
34 <input type="radio" name="accordion-group" id="option-2" />
35 <div class="acc-card">
36 <label for="option-2">
37 <h5>100% Guaranteed Security</h5>
38 <h4>Keep your sites 100% safe with comprehensive WordPress security</h4>
39 </label>
40 <div class="article">
41 <p>Are you prepared to handle multiple hacks in the same day? Reusing the same plugins and themes means that one single vulnerability can affect multiple clients.</p>
42 </div>
43 </div>
44 </div>
45 <div>
46 <input type="radio" name="accordion-group" id="option-3" />
47 <div class="acc-card">
48 <label for="option-3">
49 <h5>Integrated Free Staging</h5>
50 <h4>Safely test changes and updates with 1-click integrated staging for all your sites.</h4>
51 </label>
52 <div class="article">
53 <p>Test changes and fix bugs by cloning your live website with a free staging environment, powered by BlogVault. Catch errors earlier and make better websites for your clients.</p>
54 </div>
55 </div>
56 </div>
57 </div>
58 </div>
59 </div>
60 </div>
61 </div>
62 </section>