| 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' ) ) exit; |
| 12 |
?> |
| 13 |
|
| 14 |
<style> |
| 15 |
.feature-section.one-col p { |
| 16 |
font-size: 16px; |
| 17 |
} |
| 18 |
</style> |
| 19 |
<div class="about-wrap"> |
| 20 |
<div class="feature-section one-col"> |
| 21 |
<div class="col"> |
| 22 |
|
| 23 |
<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> |
| 24 |
|
| 25 |
<p>Also, you can send us your ideas and suggestions for improving the plugin.</p> |
| 26 |
|
| 27 |
</div> |
| 28 |
|
| 29 |
</div> |
| 30 |
</div> |