# visualizer/3.6.1/templates/improve.php

Visualizer – Tables &amp; Charts Manager with Built-in AI Generator, version 3.6.1. 14 lines.

- Page: https://pluginprobe.com/plugins/visualizer/3.6.1/code/templates/improve.php
- Raw: https://pluginprobe.com/plugins/visualizer/3.6.1/raw/templates/improve.php
- Modified: 2019-08-14T09:35:42+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/visualizer/3.6.1/code/templates/improve.php#L10-L20`.

```php
	<div class="pro-feature">
		<div class="pro-feature-inner">
			<div class="pro-feature-features">
				<h2>Answer a few questions for us to help us improve the product</h2>
				<p>We're always looking for suggestions to further improve Visualizer. If you'd like to help us, please fill out this <a href="<?php echo VISUALIZER_SURVEY; ?>" target="_blank">survey</a>.</p>
				<?php if ( ! Visualizer_Module::is_pro() ) { ?>
				<p>If your feedback is especially helpful and we choose to do an interview with you to discuss your suggestions, you will even gain a yearly membership for free for your trouble.</p>
				<?php } ?>
			</div>
			<div class="clear"></div>
		</div>
	</div>
	<div class="clear"></div>

```
