Update icons.

This commit is contained in:
Hoang Huu
2019-09-28 13:16:33 +07:00
parent 2195d7e04f
commit 0d7e293a00
3 changed files with 54 additions and 1 deletions

View File

@@ -18,7 +18,8 @@ if ( empty( $meta_content ) ) {
<?php foreach ( $meta as $key => $info ) : ?>
<?php if ( trim( $info['value'] ) ) : ?>
<li class="property-label-<?php echo esc_attr( $key ); ?>" title="<?php echo esc_attr( $info['label'] ); ?>">
<span class="hint--top" aria-label="<?php echo esc_attr( $info['label'] ); ?>" title="<?php echo esc_attr( $info['label'] ); ?>"><i class="icon-property-<?php echo esc_attr( $key ); ?>"></i></span>
<span class="hint--top" aria-label="<?php echo esc_attr( $info['label'] ); ?>" title="<?php echo esc_attr( $info['label'] ); ?>">
<i class="<?php echo opalestate_get_property_meta_icon( $key ); ?>"></i></span>
<span class="label-property"><?php echo esc_html( $info['label'] ); ?></span>
<span class="label-content"><?php echo apply_filters( 'opalestate-pro' . $key . '_unit_format', trim( $info['value'] ) ); ?></span>
</li>