PluginProbe
weForms – Easy Drag & Drop Contact Form Builder For WordPress / 1.6.8
weForms – Easy Drag & Drop Contact Form Builder For WordPress v1.6.8
1.6.7 1.6.8 1.6.9 1.6.12 1.6.13 1.6.14 1.6.15 1.6.16 1.6.17 1.6.18 1.6.19 1.6.2 1.6.20 1.6.21 1.6.22 1.6.23 1.6.24 1.6.25 1.6.26 1.6.27 1.6.28 1.6.3 1.6.4 1.6.5 1.6.6 All 74 releases
weforms / includes / admin / views / weforms-settings-humanpresence.php

weforms-settings-humanpresence.php in weForms – Easy Drag & Drop Contact Form Builder For WordPress 1.6.8, at includes/admin/views/weforms-settings-humanpresence.php

18 lines 807 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <h3 class="hndle"><?php esc_html_e( 'Human Presence', 'weforms' ); ?></h3>
2
3 <div class="inside">
4 <p class="help">
5 <?php esc_html_e( 'Human Presence takes a revolutionary approach to BOT detection and website security that utilizes "human-centered" learning algorithms to protect against suspicious activity.', 'weforms' ); ?>
6 </p>
7 <p class="help" v-if="!has_humanpresence_installed()">
8 <?php esc_html_e( 'Ready to protect your forms? ', 'weforms' ); ?><a href="http://www.humanpresence.io/weforms-signup"><?php esc_html_e( 'Click here to receive a special discount on Human Presence for weForms', 'weforms' ); ?></a>
9 </p>
10 <div v-else>
11 <?php
12 /**
13 * @since 1.6.4
14 */
15 do_action( 'weforms_humanpresence_global_settings_form' );
16 ?>
17 </div>
18 </div>