| 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> |