PluginProbe
The WP Remote WordPress Plugin / 4.73
The WP Remote WordPress Plugin v4.73
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 / footer.php

footer.php in The WP Remote WordPress Plugin 4.73, at admin/components/footer.php

21 lines 918 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php $subtitle = "25,000 happy customers and counting"; ?>
2 <section id="footer">
3 <div class="custom-container text-center" id="">
4 <div class="row">
5 <div class="col-lg-12">
6 <div class="heading">
7 <h5>TRUSTED BY BRANDS WORLDWIDE</h5>
8 <h4><?php echo $subtitle; ?></h4>
9 </div>
10 <div class="heading text-center brand d-flex ">
11 <img src="<?php echo plugins_url("/../../img/maintainn.png", __FILE__); ?>" style="height: 32px;" />
12 <img src="<?php echo plugins_url("/../../img/sitecare.png", __FILE__); ?>" style="height: 42px;" />
13 <img src="<?php echo plugins_url("/../../img/wpbuffs.png", __FILE__); ?>" style="height: 42px;"/>
14 <img src="<?php echo plugins_url("/../../img/gowp_new.png", __FILE__); ?>" style="height: 42px;"/>
15 <img src="<?php echo plugins_url("/../../img/valet.png", __FILE__); ?>" style="height: 32px;" />
16 </div>
17 </div>
18 </div>
19 </div>
20 </section>
21