This commit is contained in:
Lieu Le
2019-09-28 13:18:04 +07:00
parent bc7e0cf458
commit 904286a293
8 changed files with 13 additions and 7549 deletions

View File

@@ -28,7 +28,7 @@ if ( ! $infos && ! $taxs ) {
<?php if ( $info['value'] ) : ?>
<li class="wp-col-md-6 ">
<div class="property-label-<?php echo esc_attr( $key ); ?>">
<h6><i class="fa icon-property-<?php echo esc_attr( $key ); ?>"></i> <?php echo esc_html( $info['label'] ); ?> : </h6>
<h6><i class="icon-property-<?php echo esc_attr( $key ); ?>"></i> <?php echo esc_html( $info['label'] ); ?> : </h6>
<span><?php echo apply_filters( 'opalestate_' . $key . '_unit_format', trim( $info['value'] ) ); ?></span>
</div>
</li>