Opal-Estate-Pro/templates/parts/featured-label.php
2019-09-10 11:27:33 +07:00

10 lines
171 B
PHP
Executable File

<?php
global $property;
if ( ! $property->is_featured() ) {
return;
}
?>
<span class="label-featured label"><?php esc_html_e( 'Featured', 'opalestate-pro' ); ?></span>