| @@ -1,5 +1,4 @@ | ||
| 1 | -<?php defined( 'ABSPATH' ) || exit; ?> | |
| 2 | 1 | <div class="email-wrapper" style="margin-bottom: 30px; background-color: #f4f5f7; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI','Noto Sans',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji', sans-serif;"> |
| 3 | 2 | <div style="max-width: 600px; margin: 0 auto;"> |
| 4 | 3 | <div class="email-content" style="padding: 40px; background-color: #ffffff; border-radius: 0 0 12px 12px; border-top: 4px solid #3161F1; margin-bottom: 40px;"> |
| 5 | 4 | <?php do_action('timetics_email_header') ;?> |
| @@ -21,9 +20,9 @@ | ||
| 21 | 20 | </p> |
| 22 | 21 | <table cellspacing="0" cellpadding="0" border="0" style="margin: 30px 0 40px;"> |
| 23 | 22 | <tr> |
| 24 | 23 | <td style="padding-right: 10px;"> |
| 25 | - <a style="padding:9px 11px 10px 11px; border-radius: 5px; font-weight: 600; font-size: 13px; border: 1px solid #D8DCE2; text-decoration: none; color: #3161F1; text-align: center;" href="<?php echo esc_url( $timetics_reset_url ); ?>"><?php esc_html_e( 'Verify email and get started', 'timetics' ); ?></a> | |
| 24 | + <a style="padding:9px 11px 10px 11px; border-radius: 5px; font-weight: 600; font-size: 13px; border: 1px solid #D8DCE2; text-decoration: none; color: #3161F1; text-align: center;" href="<?php echo esc_url( $reset_url ); ?>"><?php esc_html_e( 'Verify email and get started', 'timetics' ); ?></a> | |
| 26 | 25 | </td> |
| 27 | 26 | </tr> |
| 28 | 27 | </table> |
| 29 | 28 | <p style="color: #556880; margin-bottom: 5px"><?php esc_html_e( 'This link is valid for 24 hours', 'timetics' ); ?></p> |
| @@ -29,9 +28,9 @@ | ||
| 29 | 28 | <p style="color: #556880; margin-bottom: 5px"><?php esc_html_e( 'This link is valid for 24 hours', 'timetics' ); ?></p> |
| 30 | 29 | <p style="font-weight: 400; font-size: 14px; color: #556880; margin: 0;"><?php echo esc_html__('Thank you!', 'timetics'); ?></p> |
| 31 | 30 | </div> |
| 32 | 31 | <?php |
| 33 | - $timetics_customer_email = !empty( $timetics_customer_email ) ? $timetics_customer_email : '' ; | |
| 34 | - do_action( 'timetics_email_footer', $timetics_customer_email ); | |
| 32 | + $customer_email = !empty( $customer_email ) ? $customer_email : '' ; | |
| 33 | + do_action( 'timetics_email_footer', $customer_email ); | |
| 35 | 34 | ?> |
| 36 | 35 | </div> |
| 37 | 36 | </div> |