Origin commit
This commit is contained in:
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; ?>
|
||||
Reference in New Issue
Block a user