HEX
Server: Apache
System: Linux webm006.cluster128.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: slyfwmm (169339)
PHP: 8.1.34
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/slyfwmm/foar/wp-content/plugins/defender-security/src/view/email/2fa-lost-phone.php
<?php
/**
 * This template is used to generate an email for users who have forgotten their
 * 2FA phone number.
 *
 * @package WP_Defender
 */

use WP_Defender\Integrations\Dashboard_Whitelabel;

$dashboard_whitelabel = wd_di()->get( Dashboard_Whitelabel::class );
$can_whitelabel       = $dashboard_whitelabel->can_whitelabel();

$style = 'color: #1A1A1A;
	font-family: Roboto, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	text-align: left;
	word-wrap: normal;' . (
	! $can_whitelabel || ( $dashboard_whitelabel->is_change_footer() && $dashboard_whitelabel->is_set_footer_text() )
		? 'margin: 0 0 30px;'
		: 'margin: 0px;'
	);

?>

<p style="<?php echo esc_attr( $style ); ?>">
	<?php echo nl2br( esc_html( $body ) ); ?>
</p>