Origin commit
This commit is contained in:
9
templates/parts/featured-label.php
Executable file
9
templates/parts/featured-label.php
Executable file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
global $property;
|
||||
|
||||
if ( ! $property->is_featured() ) {
|
||||
return;
|
||||
}
|
||||
?>
|
||||
|
||||
<span class="label-featured label"><?php esc_html_e( 'Featured', 'opalestate-pro' ); ?></span>
|
||||
Reference in New Issue
Block a user