File: /var/www/html/wptoho/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>