Origin commit
This commit is contained in:
11
templates/emails/contact.php
Executable file
11
templates/emails/contact.php
Executable file
@@ -0,0 +1,11 @@
|
||||
Hi {receiver_name},<br>
|
||||
You have got message from {name} with email {email} and phone number {phone}
|
||||
<br>
|
||||
<br>Here is detail:
|
||||
<br>
|
||||
<br>
|
||||
{message}
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<em>This message was sent by {site_link} on {current_time}.</em>
|
||||
12
templates/emails/enquiry.php
Executable file
12
templates/emails/enquiry.php
Executable file
@@ -0,0 +1,12 @@
|
||||
Hi {receiver_name},<br>
|
||||
You have got message from {name} with email {email} and phone number {phone}
|
||||
<br>
|
||||
At Property {property_link}
|
||||
<br>Here is detail:
|
||||
<br>
|
||||
<br>
|
||||
{message}
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<em>This message was sent by {site_link} on {current_time}.</em>
|
||||
15
templates/emails/publish_property.php
Executable file
15
templates/emails/publish_property.php
Executable file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
if ( ! defined( 'ABSPATH' ) ) {
|
||||
exit;
|
||||
}
|
||||
?>
|
||||
Hi <?php echo $user->first_name . ' ' . $user->last_name; ?>,
|
||||
|
||||
Your property have published.
|
||||
|
||||
<br>
|
||||
|
||||
<?php $permalink = get_permalink( $post->ID ); ?>
|
||||
<?php if ( ! empty( $permalink ) ) : ?>
|
||||
<strong><?php echo esc_html__( 'URL', 'opalestate-pro' ); ?>: </strong> <?php echo esc_attr( $permalink ); ?><br>
|
||||
<?php endif; ?>
|
||||
15
templates/emails/request-reviewing.php
Executable file
15
templates/emails/request-reviewing.php
Executable file
@@ -0,0 +1,15 @@
|
||||
Hi {receiver_name},<br>
|
||||
You have got message request reviewing from {name} with email {email} and phone number {phone}
|
||||
<br>
|
||||
At Property {property_name} ( {property_link} )
|
||||
<br>Here is detail:
|
||||
<br>
|
||||
<br>
|
||||
Schedule Date At: {schedule_time} - {schedule_date}
|
||||
<br>
|
||||
|
||||
{message}
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<em>This message was sent by {site_link} on {current_time}.</em>
|
||||
Reference in New Issue
Block a user