PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
themes
/
wilcity
/
single-listing
/
home-sections
<?php use \WilokeListingTools\Frontend\SingleListing; use \WilokeListingTools\Framework\Helpers\GetSettings; global $post, $wilcityArgs; if (!GetSettings::isPlanAvailableInListing($post->ID, 'toggle_restaurant_menu')) { return ''; } $aMenus = SingleListing::getRestaurantMenu($post->ID); if (empty($aMenus)) { return []; } ?> <wil-single-nav-wrapper v-if="currentTab === 'home'" :settings="getNavigation('restaurant_menu')" id="single-home-restaurant-menu-section"> <template v-slot:default="{settings}"> <wil-single-nav-restaurant-menu id="wil-restaurant-home-section" :post-id="<?php echo abs($post->ID); ?>" :settings="settings" :menus="data.restaurant"></wil-single-nav-restaurant-menu> </template> </wil-single-nav-wrapper>
[+]
..
[-] taxonomy.php
[edit]
[-] average-rating.php
[edit]
[-] reviews.php
[edit]
[-] custom-section.php
[edit]
[-] coupon.php
[edit]
[-] section-heading.php
[edit]
[-] videos.php
[edit]
[-] footer-seeall.php
[edit]
[-] listings-relationship.php
[edit]
[-] review-statistic.php
[edit]
[-] posts.php
[edit]
[-] content.php
[edit]
[-] restaurant_menu.php
[edit]
[-] photos.php
[edit]
[-] top-block.php
[edit]
[-] using-custom-settings-warning.php
[edit]
[-] .home-sections.php
[edit]
[-] events.php
[edit]
[-] tags.php
[edit]
[-] test-multiple-single-products.php
[edit]
[-] google-adsense.php
[edit]
[-] promotion.php
[edit]
[-] my_products.php
[edit]