# html-forms/1.3.17/views/admin-sidebar.php

HTML Forms – Simple WordPress Forms Plugin, version 1.3.17. 24 lines.

- Page: https://pluginprobe.com/plugins/html-forms/1.3.17/code/views/admin-sidebar.php
- Raw: https://pluginprobe.com/plugins/html-forms/1.3.17/raw/views/admin-sidebar.php
- Modified: 2019-11-06T10:31:32+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/html-forms/1.3.17/code/views/admin-sidebar.php#L10-L20`.

```php
<div>

	<div>
		<h3>Our other plugins</h3>
		<div style="margin: 12px 0;">
			<div><strong><a href="https://wordpress.org/plugins/mailchimp-for-wp/">MC4WP: Mailchimp for WordPress</a></strong></div>
			<div>The #1 Mailchimp plugin for WordPress.</div>
		</div>

		<div style="margin: 12px 0;">
			<div><strong><a href="https://wordpress.org/plugins/koko-analytics/">Koko Analytics</a></strong></div>
			<div>Privacy-friendly analytics plugin that does not use any external services.</div>
		</div>

		<div style="margin: 12px 0;">
			<div><strong><a href="https://wordpress.org/plugins/boxzilla/">Boxzilla Pop-ups</a></strong></div>
			<div>Pop-up or slide-in boxes that can be configured to show up at just the right time.</div>
		</div>
	</div>

</div>



```
