PATH:
home
/
letacommog
/
laindinois
/
wp-content
/
plugins
/
dokan-lite
/
templates
/
global
<?php /** * Dokan Dashboard Template * * Dokan Main Dashboard template for Fron-end * * @since 2.4 * * @package dokan */ ?> <?php do_action( 'dokan_dashboard_wrap_start' ); ?> <div class="dokan-dashboard-wrap"> <?php /** * dokan_dashboard_content_before hook * * @hooked get_dashboard_side_navigation * * @since 2.4 */ do_action( 'dokan_dashboard_content_before' ); ?> <div class="dokan-dashboard-content"> <?php /** * dokan_dashboard_content_before hook * * @hooked show_seller_dashboard_notice * * @since 2.4 */ do_action( 'dokan_dashboard_content_inside_before' ); ?> <article class="dashboard-content-area"> <?php /** * dokan_dashboard_before_widgets hook * * @hooked dokan_show_profile_progressbar * * @since 2.4 */ dokan_get_template_part( 'global/dokan-error', '', array( 'deleted' => false, 'message' => __( 'You have no permission to view this page', 'dokan-lite' ) ) ); ?> </article><!-- .dashboard-content-area --> <?php /** * dokan_dashboard_content_inside_after hook * * @since 2.4 */ do_action( 'dokan_dashboard_content_inside_after' ); ?> </div><!-- .dokan-dashboard-content --> <?php /** * dokan_dashboard_content_after hook * * @since 2.4 */ do_action( 'dokan_dashboard_content_after' ); ?> </div><!-- .dokan-dashboard-wrap --> <?php do_action( 'dokan_dashboard_wrap_end' ); ?>
[+]
..
[-] dokan-warning.php
[edit]
[-] dashboard-nav.php
[edit]
[-] seller-registration-form.php
[edit]
[-] product-tab.php
[edit]
[-] no-permission.php
[edit]
[-] dokan-help.php
[edit]
[-] seller-warning.php
[edit]
[-] dokan-success.php
[edit]
[-] dokan-message.php
[edit]
[-] header-menu.php
[edit]
[-] content-widget-products.php
[edit]
[-] dokan-error.php
[edit]