' . __( 'Suggested text:' ) . ' '; /* Translators: 1: Link to Sucuri's privacy policy */ $policy .= "

$suggested_text " . sprintf( wp_kses( __( 'This site is scanned for potential malware and vulnerabilities by Sucuri\'s SiteCheck. We do not send personal information to Sucuri; however, Sucuri could find personal information posted publicly (such as in comments) during their scan. For more details, please see Sucuri\'s privacy policy.', 'better-wp-security' ), array( 'a' => array( 'href' => array() ) ) ), 'https://sucuri.net/privacy' ) . "

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