{$suggested_text} "; $policy .= esc_html__( 'Session data, such as IP addresses and user agents, are stored to verify that users are logging in from trusted devices.', 'it-l10n-ithemes-security-pro' ); $policy .= '
'; return $policy; } public function get_privacy_policy_for_sharing( $policy ) { require_once( ITSEC_Core::get_core_dir() . 'lib/class-itsec-lib-geolocation.php' ); $geolocators = apply_filters( 'itsec_geolocator_apis', array() ); $has_mm_api = $has_mm_db = false; foreach ( $geolocators as $geolocator ) { if ( $geolocator instanceof ITSEC_Geolocator_MaxMind_API ) { $has_mm_api = true; } if ( $geolocator instanceof ITSEC_Geolocator_MaxMind_DB ) { $has_mm_db = true; } } $suggested_text = '' . __( 'Suggested text:', 'it-l10n-ithemes-security-pro' ) . ''; if ( $has_mm_api ) { $policy .= "
{$suggested_text} "; $policy .= sprintf( esc_html__( 'When logging into this website, some users may have their IP address transmitted to MaxMind to provide a rough estimate of their location to help prevent unauthorized access to their account. Read the %1$sMaxMind EULA%2$s for more details about their service.', 'it-l10n-ithemes-security-pro' ), '', '' ); $policy .= '
{$suggested_text} "; $policy .= wp_sprintf( esc_html__( 'When logging into this website, some users may have their IP address transmitted to one of the following 3rd-parties, depending on availability, to provide a rough estimate of their location to help prevent unauthorized access to their account: %1$l', 'it-l10n-ithemes-security-pro' ), array( 'IP Info', 'Geobytes', 'GeoPlugin', 'IP API', ) ); $policy .= '
$suggested_text " . esc_html__( 'The trusted devices feature employs a cookie named “itsec-fingerprint-shp” to validate and ensure that users are logging in from devices that are considered trustworthy.', 'it-l10n-ithemes-security-pro' ) . "