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

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