PATH:
home
/
letacommog
/
rdvenunclick.fr1
/
wp-content
/
plugins
/
dokan-lite
/
templates
/
dashboard
<?php /** * Dokan Dashboard Template * * Dokan Dashboard Sales chart report widget * * @since 2.4 * * @package dokan */ ?> <div class="dashboard-widget sells-graph"> <div class="widget-title"><i class="fa fa-credit-card"></i> <?php esc_html_e( 'Sales this Month', 'dokan-lite' ); ?></div> <?php require_once DOKAN_INC_DIR . '/reports.php'; dokan_dashboard_sales_overview(); ?> </div> <!-- .sells-graph -->
[+]
..
[-] edit-account.php
[edit]
[-] orders-widget.php
[edit]
[-] products-widget.php
[edit]
[-] dashboard.php
[edit]
[-] big-counter-widget.php
[edit]
[-] sales-chart-widget.php
[edit]