# wp-insert/1.2/support/support.php

Wp-Insert, version 1.2. 20 lines.

- Page: https://pluginprobe.com/plugins/wp-insert/1.2/code/support/support.php
- Raw: https://pluginprobe.com/plugins/wp-insert/1.2/raw/support/support.php
- Modified: 2009-05-22T13:38:04+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/wp-insert/1.2/code/support/support.php#L10-L20`.

```php
<?php function show_support_options() { ?>
<table class="form-table">
<tr>
<td align="left">
<a href="http://www.smartlogix.co.in/"><img src="http://smartlogix.co.in/ads/smartlogixad1.jpg" /></a>
</td>
<td align="right">
<b>Think we have done a great job?</b><br/><a href="http://wordpress.org/extend/plugins/wp-insert/">Rate the plugin</a> or <a href="http://www.smartlogix.co.in/">Leave Us a Comment</a>
<div>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="5199131">
<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
</div>
</td>
</tr>
</table>
<?php } ?>
```
