PATH:
home
/
letacommog
/
laindinois
/
wp-content
/
plugins
/
dokan-pro
/
modules
/
elementor
/
views
/
store-tab-contents
<?php $vendor = dokan()->vendor->get( get_query_var( 'author' ) ); ?> <div id="store-toc-wrapper"> <div id="store-toc"> <?php if( ! empty( $vendor->get_store_tnc() ) ): ?> <h2 class="headline"><?php esc_html_e( 'Terms And Conditions', 'dokan' ); ?></h2> <div> <?php echo wp_kses_post( nl2br( $vendor->get_store_tnc() ) ); ?> </div> <?php endif; ?> </div><!-- #store-toc --> </div><!-- #store-toc-wrap -->
[+]
..
[-] reviews.php
[edit]
[-] toc.php
[edit]
[-] vendor-biography.php
[edit]
[-] products.php
[edit]