PluginProbe
SEO Redirection Plugin – 301 Redirect Manager / 8.4
SEO Redirection Plugin – 301 Redirect Manager v8.4
9.19 trunk 4.17 7.1 7.2 7.3 7.4 7.5 7.6 7.7 7.8 7.9 8.1 8.2 8.3 8.4 8.5 8.6 8.7 8.8 8.9 9.1 9.10 9.11 9.12 All 39 releases
seo-redirection / options / help.php

help.php in SEO Redirection Plugin – 301 Redirect Manager 8.4, at options/help.php

30 lines 1.5 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 if (!defined('ABSPATH')) exit; // Exit if accessed directly
3 $imgpath = $util->get_plugin_url() . 'custom/images/';
4 ?>
5 <h2><img height="30px" src="<?php echo esc_url($imgpath) ?>help-icon.png">&nbsp;<?php _e("Help Center", "seo-redirection") ?>;</h2>
6 <hr />
7 <div class="row">
8 <div class="col-sm-12">
9 <p><?php _e('We recommend before contacting us and wait for reply, to explore the product page in our knowledge base, it contains many articles about how to use the plugin', 'seo-redirection') ?><br />
10 <b><?php _e("To go to the", 'seo-redirection') ?> <a target="_blank" href="http://www.clogica.com/kb/topics/seo-redirection-premium"><?php _e("knowledge base click here", "seo-redirection") ?></a></b>
11 </p>
12 <br />
13 <h2 style="display: inline; color: #636465; font-size:24px"><b><?php _e("Open a new ticket?", "seo-redirection") ?></b></h2>
14 </div>
15 </div>
16 <div class="row">
17 <div class="col-sm-10">
18
19
20
21 <div class="form-group">
22 <div class="col-sm-offset-1 col-sm-7">
23 <p><?php _e("Please provide as much details as possible so we can best assist you. To update a previously submitted ticket, Please login.", 'seo-redirection') ?></p>
24
25 <button class="button-secondary btn-custom btn-search" type="button" name="new_ticket" target="newwindow" onclick="window.open('https://www.wp-buy.com/support-center','_blank')" value="btn_send"><?php _e("Open a new ticket now", "seo-redirection") ?></button>
26 </div>
27 </div>
28
29 </div>
30 </div>