Viewing File: /home/rtsgrob/ww3/wp-content/plugins/tutor-pro/addons/auth/templates/email/login-otp.php
<?php
/**
* Login OTP email template
*
* @package TutorPro\Auth
* @subpackage Templates
* @author Themeum <support@themeum.com>
* @link https://themeum.com
* @since 2.1.9
*/
?>
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html charset=UTF-8" />
<?php require TUTOR_EMAIL()->path . 'views/email_styles.php'; ?>
</head>
<body>
<div class="tutor-email-body">
<div class="tutor-email-wrapper" style="background-color: #fff;">
<?php require TUTOR_PRO()->path . 'templates/email/email_header.php'; ?>
<div class="tutor-email-content">
<div>
<p><?php esc_html_e( 'Login OTP:', 'tutor-pro' ); ?> <strong>{login_otp}</strong></p>
<p style="width: 350px;"><?php esc_html_e( 'Please use the following OTP code to complete your login.', 'tutor-pro' ); ?></p>
</div>
</div>
<div class="tutor-email-footer-text">
<div data-source="email-footer-text">{additional_footer}</div>
</div>
</div>
<!-- wrapper end -->
</div>
<!-- email body end -->
<!-- global footer from tutor settings > email -->
{footer_text}
</body>
</html>
Back to Directory
File Manager