PluginProbe
Timetics – Appointment Booking Calendar & Scheduling / 1.0.0
Timetics – Appointment Booking Calendar & Scheduling v1.0.0
1.0.62 1.0.63 1.0.61 1.0.60 1.0.59 1.0.58 1.0.57 1.0.56 trunk 1.0.0 1.0.1 1.0.10 1.0.11 1.0.12 1.0.13 1.0.14 1.0.15 1.0.16 1.0.17 1.0.18 1.0.19 1.0.2 1.0.20 1.0.21 1.0.22 All 64 releases
timetics / templates / emails / new-staff.php

new-staff.php in Timetics – Appointment Booking Calendar & Scheduling 1.0.0, at templates/emails/new-staff.php

21 lines 852 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <main class="email-wrapper">
2 <div class="email-title"><h3><?php esc_html_e( 'You\'re almost there!', 'timetics' ); ?></h3></div>
3 <div class="email-content">
4 <p class="greeting">Hello, <?php echo esc_html( $user_login ); ?></p>
5 <p>
6 <?php
7 esc_html_e(
8 'We\'re excited to have you on board! Your\'are juste a few
9 steps away from setting up your first booking page.All
10 that\'s left to do is verify your email address and set a
11 password', 'timetics'
12 );
13 ?>
14 </p>
15 <button class="verify-button">
16 <a href="<?php echo esc_url( $reset_url ); ?>"><?php esc_html_e( 'Verify email and get started', 'timetics' ); ?></a>
17 </button>
18 <p><?php esc_html_e( 'This link is valid for 24 hours', 'timetics' ); ?></p>
19 </div>
20 </main>
21