' . __( 'Suggested text:' ) . ' '; $policy .= "

$suggested_text " . esc_html__( 'Some forms on this site require the use of Google\'s reCAPTCHA service before they can be submitted. If you consent to use Google\'s reCAPTCHA service, a cookie is created that stores your consent. This cookie deletes itself after thirty days.', 'it-l10n-ithemes-security-pro' ) . "

\n"; return $policy; } public function get_privacy_policy_for_sharing( $policy ) { $suggested_text = '' . __( 'Suggested text:' ) . ' '; /* Translators: 1: Link to Google's privacy policy, 2: Link to Google's Terms of Use */ $policy .= "

$suggested_text " . sprintf( wp_kses( __( 'Some forms on this site require the use of Google\'s reCAPTCHA service before they can be submitted. Use of the reCAPTCHA service is subject to the Google Privacy Policy and Terms of Use.', 'it-l10n-ithemes-security-pro' ), array( 'a' => array( 'href' => array() ) ) ), 'https://policies.google.com/privacy', 'https://policies.google.com/terms' ) . "

\n"; return $policy; } } new ITSEC_Recaptcha_Privacy();