# wp-coder/2.4.1/admin/general/support.php

WP Coder – Insert &amp; Manage Code Snippets, version 2.4.1. 44 lines.

- Page: https://pluginprobe.com/plugins/wp-coder/2.4.1/code/admin/general/support.php
- Raw: https://pluginprobe.com/plugins/wp-coder/2.4.1/raw/admin/general/support.php
- Modified: 2020-11-05T13:04:44+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-coder/2.4.1/code/admin/general/support.php#L10-L20`.

```php
<?php if ( ! defined( 'ABSPATH' ) ) exit;
	/**
		* Support Page
		*
		* @package    Lead_Generation
		* @subpackage  
		* @copyright   Copyright (c) 2018, Dmytro Lobov
		* @license     http://opensource.org/licenses/gpl-2.0.php GNU Public License
		* @since       1.0
	*/
?>

<style>
	.feature-section.one-col p {
		font-size: 16px;
	}
	.lg-thank-you {
		color: #777;
	}
	.feature-section pre {		
		box-sizing: border-box;
		width: 100%;	
		margin: 0;
		overflow: auto;
		overflow-y: hidden;
		font-size: 12px;
		line-height: 20px;
		background: #fff !important;
		border: 1px solid #777;		
		padding: 10px;
		color: #333;
	}
</style>

<div class="feature-section one-col">
	<div class="col">

<p>To get your support related question answered in the fastest timing, please head over to our <a href="https://wow-estore.com/questions/" target="_blank">Support Forum</a> page and send your Question.</p> 

<p>Also, you can send us your ideas and suggestions for improving the plugin.</p> 

	</div>
	
</div>
```
