PluginProbe ʕ •ᴥ•ʔ
External Links – nofollow, noopener & new window / 2.66
External Links – nofollow, noopener & new window v2.66
2.66 0.31 0.32 0.33 0.34 0.35 1.01 1.02 1.03 1.10 1.20 1.21 1.30 1.31 1.40 1.41 1.50 1.51 1.52 1.53 1.54 1.55 1.56 1.60 1.61 1.62 1.70 1.80 1.81 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4 2.1.0 2.1.1 2.1.2 2.1.3 2.2.0 2.3 2.32 2.35 2.40 2.42 2.43 2.45 2.46 2.47 2.48 2.50 2.51 2.55 2.56 2.57 2.58 2.59 2.60 2.61 2.62 2.63 2.64 2.65 trunk 0.10 0.11 0.12 0.20 0.21 0.30
wp-external-links / templates / settings-page / tab-contents / exit-confirmation.php
wp-external-links / templates / settings-page / tab-contents Last commit date
admin.php 7 years ago exceptions.php 1 year ago excluded-links.php 7 years ago exit-confirmation.php 3 years ago external-links.php 7 years ago internal-links.php 7 years ago
exit-confirmation.php
25 lines
1 <?php
2
3 /**
4 * Tab Exit Confirmation Links
5 *
6 * @package WPEL
7 * @category WordPress Plugin
8 * @version 2.3
9 * @link https://www.webfactoryltd.com/
10 * @license Dual licensed under the MIT and GPLv2+ licenses
11 *
12 * @var array $vars
13 * @option array "tabs"
14 * @option string "current_tab"
15 */
16
17 echo '<div class="notice-box-info">
18 <b>Exit Confirmation (a PRO feature) protects your traffic &amp; visitors</b> by alerting them when they\'re about to leave your site. Since you don\'t control content on 3rd party sites it\'s a good practice to warn visitors they\'re leaving the safety of your site. Doing that will also bring you more traffic as visitors will spend more time on your site. <a href="#" class="open-pro-dialog" data-pro-feature="exit-confirmation-banner">Get PRO now</a> to use the Exit Confirmation feature.
19 </div>';
20
21 $default_fields_file = WPEL_Plugin::get_plugin_dir('/templates/partials/tab-contents/fields-default.php');
22 WPEL_Plugin::show_template($default_fields_file, $vars);
23
24 echo '<br><a href="#" class="open-pro-dialog button button-primary" data-pro-feature="exit-confirmation">Save Changes</a>';
25