PATH:
home
/
letacommog
/
rdvenunclick.fr1
/
wp-content
/
plugins
/
dokan-lite
/
templates
/
orders
<?php /** * Dokan Dashboard Orders Template * * Load order related template * * @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' ); do_action( 'dokan_order_content_before' ); ?> <div class="dokan-dashboard-content dokan-orders-content"> <?php /** * dokan_order_content_inside_before hook * * @hooked show_seller_enable_message * * @since 2.4 */ do_action( 'dokan_order_content_inside_before' ); ?> <article class="dokan-orders-area"> <?php /** * dokan_order_inside_content Hook * * @hooked dokan_order_listing_status_filter * @hooked dokan_order_main_content * * @since 2.4 */ do_action( 'dokan_order_inside_content' ); ?> </article> <?php /** * dokan_order_content_inside_after hook * * @since 2.4 */ do_action( 'dokan_order_content_inside_after' ); ?> </div> <!-- #primary .content-area --> <?php /** * dokan_dashboard_content_after hook * dokan_order_content_after hook * * @since 2.4 */ do_action( 'dokan_dashboard_content_after' ); do_action( 'dokan_order_content_after' ); ?> </div><!-- .dokan-dashboard-wrap --> <?php do_action( 'dokan_dashboard_wrap_end' ); ?>
[+]
..
[-] order-item-html.php
[edit]
[-] order-fee-html.php
[edit]
[-] order-download-permission-html.php
[edit]
[-] orders.php
[edit]
[-] listing.php
[edit]
[-] date-export.php
[edit]
[-] order-tax-html.php
[edit]
[-] orders-status-filter.php
[edit]
[-] details.php
[edit]
[-] downloadable.php
[edit]