Origin commit

This commit is contained in:
Hoang Huu
2019-09-10 11:27:33 +07:00
commit 499e068e4f
844 changed files with 188705 additions and 0 deletions

11
templates/emails/contact.php Executable file
View 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>
&nbsp;<br>
<br>
<em>This message was sent by {site_link} on {current_time}.</em>

12
templates/emails/enquiry.php Executable file
View 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>
&nbsp;<br>
<br>
<em>This message was sent by {site_link} on {current_time}.</em>

View 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; ?>

View 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>
&nbsp;<br>
<br>
<em>This message was sent by {site_link} on {current_time}.</em>