fields-default.php
7 years ago
link-checking.php
3 years ago
link-rules.php
3 years ago
support.php
1 year ago
link-rules.php
27 lines
| 1 | <?php |
| 2 | /** |
| 3 | * Tab Support |
| 4 | * |
| 5 | * @package WPEL |
| 6 | * @category WordPress Plugin |
| 7 | * @version 2.3 |
| 8 | * @link https://www.webfactoryltd.com/ |
| 9 | * @license Dual licensed under the MIT and GPLv2+ licenses |
| 10 | * |
| 11 | * @var array $vars |
| 12 | * @option array "tabs" |
| 13 | */ |
| 14 | ?> |
| 15 | <div id="wpel-link-rules"> |
| 16 | <div class="notice-box-info"> |
| 17 | <b>Link rules (a PRO feature) provide unlimited flexibility</b> in creating rules based on link URL (href) values. Each rule defines how selected links are threated, what their target, rel, icon and other properties will be - <a href="#" class="show-link-rules">see how each rule is defined</a>. For complex sites, with a lot of different rules and exceptions this is a powerful tool that enables full control and modifications of any number of links. <a href="#" class="open-pro-dialog" data-pro-feature="link-rules-banner">Get PRO now</a> to use link rules. |
| 18 | </div> |
| 19 | |
| 20 | <div id="link-rules-new" style="display: none;"> |
| 21 | <img style="width: 900px;" src="<?php echo esc_url(plugins_url('/public/images/link-rules-new.png', WPEL_Plugin::get_plugin_file())); ?>" alt="New link rule example" title="New link rule example"> |
| 22 | </div> |
| 23 | |
| 24 | <p><a href="#" class="open-pro-dialog" data-pro-feature="link-rules"><img style="max-width: 100%;" src="<?php echo esc_url(plugins_url('/public/images/link-rules.png', WPEL_Plugin::get_plugin_file())); ?>" alt="Link rules example" title="Link rules example"></a></p> |
| 25 | |
| 26 | </div> |
| 27 |