Edit File by line
/home/zeestwma/richards.../wp-conte.../plugins/wpforms-.../template.../admin/settings
File: recaptcha-description.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Description template for reCAPTCHA.
[2] Fix | Delete
*/
[3] Fix | Delete
[4] Fix | Delete
if ( ! defined( 'ABSPATH' ) ) {
[5] Fix | Delete
exit;
[6] Fix | Delete
}
[7] Fix | Delete
[8] Fix | Delete
?>
[9] Fix | Delete
[10] Fix | Delete
<p class="wpforms-strong"><?php esc_html_e( 'reCAPTCHA is a free anti-spam service from Google which helps to protect your website from spam and abuse while letting real people pass through with ease.', 'wpforms-lite' ); ?></p>
[11] Fix | Delete
<p><?php esc_html_e( 'Google offers 3 versions of reCAPTCHA (all supported within WPForms):', 'wpforms-lite' ); ?></p>
[12] Fix | Delete
<ul style="list-style: disc;margin-left: 20px;">
[13] Fix | Delete
<li>
[14] Fix | Delete
<?php
[15] Fix | Delete
echo wp_kses(
[16] Fix | Delete
__( '<strong>v2 Checkbox reCAPTCHA</strong>: Prompts users to check a box to prove they\'re human.', 'wpforms-lite' ),
[17] Fix | Delete
[ 'strong' => [] ]
[18] Fix | Delete
);
[19] Fix | Delete
?>
[20] Fix | Delete
</li>
[21] Fix | Delete
<li>
[22] Fix | Delete
<?php
[23] Fix | Delete
echo wp_kses(
[24] Fix | Delete
__( '<strong>v2 Invisible reCAPTCHA</strong>: Uses advanced technology to detect real users without requiring any input.', 'wpforms-lite' ),
[25] Fix | Delete
[ 'strong' => [] ]
[26] Fix | Delete
);
[27] Fix | Delete
?>
[28] Fix | Delete
</li>
[29] Fix | Delete
<li>
[30] Fix | Delete
<?php
[31] Fix | Delete
echo wp_kses(
[32] Fix | Delete
__( '<strong>v3 reCAPTCHA</strong>: Uses a behind-the-scenes scoring system to detect abusive traffic, and lets you decide the minimum passing score. Recommended for advanced use only (or if using Google AMP).', 'wpforms-lite' ),
[33] Fix | Delete
[ 'strong' => [] ]
[34] Fix | Delete
);
[35] Fix | Delete
?>
[36] Fix | Delete
</li>
[37] Fix | Delete
</ul>
[38] Fix | Delete
<p><?php esc_html_e( 'Sites already using one type of reCAPTCHA will need to create new site keys before switching to a different option.', 'wpforms-lite' ); ?></p>
[39] Fix | Delete
<p>
[40] Fix | Delete
<?php
[41] Fix | Delete
printf(
[42] Fix | Delete
wp_kses( /* translators: %s - WPForms.com Setup reCAPTCHA URL. */
[43] Fix | Delete
__( '<a href="%s" target="_blank" rel="noopener noreferrer">Read our walk through</a> to learn more and for step-by-step directions.', 'wpforms-lite' ),
[44] Fix | Delete
[
[45] Fix | Delete
'a' => [
[46] Fix | Delete
'href' => [],
[47] Fix | Delete
'target' => [],
[48] Fix | Delete
'rel' => [],
[49] Fix | Delete
],
[50] Fix | Delete
]
[51] Fix | Delete
),
[52] Fix | Delete
esc_url( wpforms_utm_link( 'https://wpforms.com/docs/how-to-set-up-and-use-recaptcha-in-wpforms/', 'Settings - Captcha', 'reCAPTCHA Documentation' ) )
[53] Fix | Delete
);
[54] Fix | Delete
?>
[55] Fix | Delete
</p>
[56] Fix | Delete
[57] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function