PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
themes
/
wilcity
/
single-listing
/
tabs
<?php global $post, $wilcityTabKey, $wilcityArgs; ?> <wil-single-nav-wrapper v-if="currentTab === '<?php echo esc_attr($wilcityTabKey); ?>'" :settings="getNavigation('<?php echo esc_attr($wilcityTabKey); ?>')" id="single-nav-posts"> <template v-slot:default="{settings}"> <wil-single-nav-posts :post-id="<?php echo abs($post->ID); ?>" ajax-action="<?php echo esc_attr($wilcityArgs['ajaxAction']); ?>" tab-key="<?php echo esc_attr($wilcityTabKey); ?>" :settings="settings"></wil-single-nav-posts> </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]