PluginProbe
WP Coder – Insert & Manage Code Snippets / 2.5.3
WP Coder – Insert & Manage Code Snippets v2.5.3
4.5.1 1.1 2.3.1 2.3.2 2.4.1 2.5.1 2.5.2 2.5.3 2.5.4 2.5.5 2.5.6 3.0 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.1 3.1.1 3.2 3.2.1 3.3 3.4 3.5 3.5.1 All 39 releases
wp-coder / admin / general / support.php

support.php in WP Coder – Insert & Manage Code Snippets 2.5.3, at admin/general/support.php

44 lines 1.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php if ( ! defined( 'ABSPATH' ) ) exit;
2 /**
3 * Support Page
4 *
5 * @package Lead_Generation
6 * @subpackage
7 * @copyright Copyright (c) 2018, Dmytro Lobov
8 * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
9 * @since 1.0
10 */
11 ?>
12
13 <style>
14 .feature-section.one-col p {
15 font-size: 16px;
16 }
17 .lg-thank-you {
18 color: #777;
19 }
20 .feature-section pre {
21 box-sizing: border-box;
22 width: 100%;
23 margin: 0;
24 overflow: auto;
25 overflow-y: hidden;
26 font-size: 12px;
27 line-height: 20px;
28 background: #fff !important;
29 border: 1px solid #777;
30 padding: 10px;
31 color: #333;
32 }
33 </style>
34
35 <div class="feature-section one-col">
36 <div class="col">
37
38 <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>
39
40 <p>Also, you can send us your ideas and suggestions for improving the plugin.</p>
41
42 </div>
43
44 </div>