| 1 |
<?php |
| 2 |
/** |
| 3 |
* Support Page |
| 4 |
* |
| 5 |
* @package Wow_Plugin |
| 6 |
* @copyright Copyright (c) 2018, Dmytro Lobov |
| 7 |
* @license http://opensource.org/licenses/gpl-2.0.php GNU Public License |
| 8 |
* @since 1.0 |
| 9 |
*/ |
| 10 |
|
| 11 |
if ( ! defined( 'ABSPATH' ) ) { |
| 12 |
exit; |
| 13 |
} |
| 14 |
?> |
| 15 |
|
| 16 |
<style> |
| 17 |
.feature-section.one-col p { |
| 18 |
font-size: 16px; |
| 19 |
} |
| 20 |
|
| 21 |
.feature-section pre { |
| 22 |
box-sizing: border-box; |
| 23 |
width: 100%; |
| 24 |
margin: 0; |
| 25 |
overflow: auto; |
| 26 |
overflow-y: hidden; |
| 27 |
font-size: 12px; |
| 28 |
line-height: 20px; |
| 29 |
background: #fff !important; |
| 30 |
border: 1px solid #777; |
| 31 |
padding: 10px; |
| 32 |
color: #333; |
| 33 |
} |
| 34 |
</style> |
| 35 |
|
| 36 |
<div class="feature-section one-col"> |
| 37 |
<div class="col"> |
| 38 |
|
| 39 |
<p>To get your support related question answered in the fastest timing, please head over to our <a |
| 40 |
href="https://wow-estore.com/questions/" target="_blank">Support Forum</a> page and send your Question.</p> |
| 41 |
|
| 42 |
<p>Also, you can send us your ideas and suggestions for improving the plugin.</p> |
| 43 |
|
| 44 |
</div> |
| 45 |
|
| 46 |
</div> |
| 47 |
|
| 48 |
<p class="wow-thank-you"> |
| 49 |
<span class="thank-line">= = = = = = =</span><br/> |
| 50 |
Thank you for choosing 'Wow Plugin'<br/> |
| 51 |
Dmyto Lobov<br/> |
| 52 |
<a href="https://wow-estore.com" target="_blank">Wow-Estore.com</a> |
| 53 |
</p> |