PATH:
home
/
letacommog
/
rdvenunclick.fr1
/
wp-content
/
plugins
/
dokan-pro
/
templates
<?php /** * The Template for displaying vendor biography. * * @package dokan */ $store_user = get_userdata( get_query_var( 'author' ) ); $store_info = dokan_get_store_info( $store_user->ID ); $map_location = $store_user->get_location(); get_header( 'shop' ); ?> <?php do_action( 'woocommerce_before_main_content' ); ?> <?php dokan_get_template_part( 'store', 'sidebar', array( 'store_user' => $store_user, 'store_info' => $store_info, 'map_location' => $map_location ) ); ?> <div id="dokan-primary" class="dokan-single-store dokan-w8"> <div id="dokan-content" class="store-review-wrap woocommerce" role="main"> <?php dokan_get_template_part( 'store-header' ); ?> <div id="vendor-biography"> <div id="comments"> <?php do_action( 'dokan_vendor_biography_tab_before', $store_user, $store_info ); ?> <h2 class="headline"><?php echo apply_filters( 'dokan_vendor_biography_title', __( 'Vendor Biography', 'dokan' ) ); ?></h2> <?php if ( ! empty( $store_info['vendor_biography'] ) ) { printf( '%s', apply_filters( 'the_content', $store_info['vendor_biography'] ) ); } ?> <?php do_action( 'dokan_vendor_biography_tab_after', $store_user, $store_info ); ?> </div> </div> </div><!-- #content .site-content --> </div><!-- #primary .content-area --> <?php do_action( 'woocommerce_after_main_content' ); ?> <?php get_footer(); ?>
[+]
..
[-] vendor-biography.php
[edit]
[+]
orders
[+]
widgets
[+]
review
[-] store-reviews.php
[edit]
[-] missing_dokan_lite_notice.php
[edit]
[+]
brands
[+]
store-lists
[+]
global
[-] seller-search-form-categories.php
[edit]
[+]
products
[+]
report
[+]
emails
[-] dokan-lite-activation-notice.php
[edit]
[+]
coupon
[+]
announcement
[+]
dashboard
[+]
settings