PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
themes
/
wilcity
/
single-listing
/
right-top-tools
<?php global $post; $favoriteIconClass = \WilokeListingTools\Models\UserModel::isMyFavorite($post->ID) ? 'la la-heart color-primary' : 'la la-heart-o'; ?> <div class="listing-detail_rightItem__2CjTS <?php echo esc_attr(apply_filters('wilcity/filter/class-prefix', ' wilcity-single-tool-favorite'));?>"> <a class="wil-btn wil-btn--border wil-btn--round wil-btn--sm <?php echo esc_attr(apply_filters('wilcity/filter/class-prefix', 'wilcity-js-favorite')); ?>" data-post-id="<?php echo esc_attr($post->ID); ?>" href="#"><i class="color-quaternary <?php echo esc_attr($favoriteIconClass); ?>"></i> <?php esc_html_e('Favorite', 'wilcity'); ?> </a> </div>
[+]
..
[-] share.php
[edit]
[-] report.php
[edit]
[-] inbox.php
[edit]
[-] .right-top-tools.php
[edit]
[-] favorite.php
[edit]