Edit File by line
/home/zeestwma/richards.../wp-conte.../plugins/wpforms-.../template.../admin/settings
File: hcaptcha-description.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Description template for hCaptcha.
[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><?php esc_html_e( "hCaptcha is a free and privacy-oriented spam prevention service. Within your forms, hCaptcha will display a checkbox asking users to prove they're human (much like Google's v2 Checkbox reCAPTCHA). This is a simple step for legitimate site visitors, but is extremely effective at blocking spam.", 'wpforms-lite' ); ?></p>
[11] Fix | Delete
<p>
[12] Fix | Delete
<?php
[13] Fix | Delete
printf(
[14] Fix | Delete
wp_kses( /* translators: %s - WPForms.com Setup hCaptcha URL. */
[15] Fix | Delete
__( 'For more details on how hCaptcha works, as well as a step by step setup guide, please check out our <a href="%s" target="_blank" rel="noopener noreferrer">documentation</a>.', 'wpforms-lite' ),
[16] Fix | Delete
[
[17] Fix | Delete
'a' => [
[18] Fix | Delete
'href' => [],
[19] Fix | Delete
'target' => [],
[20] Fix | Delete
'rel' => [],
[21] Fix | Delete
],
[22] Fix | Delete
]
[23] Fix | Delete
),
[24] Fix | Delete
esc_url( wpforms_utm_link( 'https://wpforms.com/docs/how-to-set-up-and-use-hcaptcha-in-wpforms/', 'Settings - Captcha', 'hCaptcha Documentation' ) )
[25] Fix | Delete
);
[26] Fix | Delete
?>
[27] Fix | Delete
</p>
[28] Fix | Delete
[29] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function