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

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

- Page: https://pluginprobe.com/plugins/wpremote/4.76/code/admin/components/testimony.php
- Raw: https://pluginprobe.com/plugins/wpremote/4.76/raw/admin/components/testimony.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/testimony.php#L10-L20`.

```php
<section id="testimony">
	<div class="carousel text-center">
		<div class="left-fig"></div>
		<div class="slide-div text-center">				
			<input type="radio" name="slides" id="radio-1" checked>
			<ul class="slides text-center">
				<li class="slide text-center">
					<img class="user" src="https://wpremote.com/wp-content/themes/generatepress_child/assets/images/alessio-santoro.jpg"/><br/>
					<p>
						<h1>&ldquo;</h1>
						<h4>"WP Remote Is superior to ALL OTHERS BY FAR.
							I spent 1000$+ on others: used Updraft, ManageWP etc...All of those gave me some problems.
							WP Remote is simple, super fast, doesn’t use server resources and technically speaking perfect."</h4>
						<h5>Alessio Santoro, Freelance Web Designer</h5>
					</p>
				</li>
			</ul>
			<div class="slidesNavigation text-center"></div>
		</div>
	</div>
</section>
```
