# wpremote/4.76/admin/components/footer.php

The WP Remote WordPress Plugin, version 4.76. 21 lines.

- Page: https://pluginprobe.com/plugins/wpremote/4.76/code/admin/components/footer.php
- Raw: https://pluginprobe.com/plugins/wpremote/4.76/raw/admin/components/footer.php
- Modified: 2021-06-11T13:29:22+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/wpremote/4.76/code/admin/components/footer.php#L10-L20`.

```php
<?php $subtitle = "25,000 happy customers and counting"; ?>
<section id="footer">
	<div class="custom-container text-center" id="">
		<div class="row">
			<div class="col-lg-12">
				<div class="heading">
					<h5>TRUSTED BY BRANDS WORLDWIDE</h5>
					<h4><?php echo $subtitle; ?></h4>
				</div>
				<div class="heading text-center brand d-flex ">
					<img src="<?php echo plugins_url("/../../img/maintainn.png", __FILE__); ?>" style="height: 32px;"	/>
					<img src="<?php echo plugins_url("/../../img/sitecare.png", __FILE__); ?>" style="height: 42px;" />
					<img src="<?php echo plugins_url("/../../img/wpbuffs.png", __FILE__); ?>" style="height: 42px;"/>
					<img src="<?php echo plugins_url("/../../img/gowp_new.png", __FILE__); ?>" style="height: 42px;"/>
					<img src="<?php echo plugins_url("/../../img/valet.png", __FILE__); ?>" style="height: 32px;" />
				</div>
			</div>
		</div>
	</div>
</section>

```
