PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
themes
/
wilcity
/
single-listing
/
tabs
<?php global $post, $wilcityArgs; ?> <wil-single-nav-wrapper v-if="currentTab === '<?php echo esc_attr($wilcityArgs['key']); ?>'" :settings="getNavigation('<?php echo esc_attr($wilcityArgs['key']); ?>', true)" id="<?php echo esc_attr($wilcityArgs['key']); ?>"> <template v-slot:default="{settings}"> <wil-single-nav-custom-content :post-id="<?php echo abs($post->ID); ?>" tab-key="<?php echo $wilcityArgs['key'] ?>"></wil-single-nav-custom-content> </template> </wil-single-nav-wrapper>
[+]
..
[-] .tabs.php
[edit]
[-] content.php
[edit]
[-] my_products.php
[edit]
[-] restaurant_menu.php
[edit]
[-] custom.php
[edit]
[-] photos.php
[edit]
[-] posts.php
[edit]
[-] events.php
[edit]
[-] taxonomy.php
[edit]
[-] videos.php
[edit]
[-] reviews.php
[edit]
[-] tags.php
[edit]