You can use function below to check on the single property page if it is featured:


 


<?php if ( $myhome_estate->is_featured() ) : ?>
Is Featured
<?php endif; ?>


 


You can use it e.g. in the /wp-content/themes/myhome/templates/content-single-estate.php file