PATH:
home
/
letacommog
/
laindinois
/
wp-content
/
plugins
/
dokan-lite
/
templates
/
withdraw
<?php do_action( 'dokan_dashboard_wrap_start' ); ?> <div class="dokan-dashboard-wrap"> <?php /** * dokan_dashboard_content_before hook * dokan_withdraw_content_before hook * * @hooked get_dashboard_side_navigation * * @since 2.4 */ do_action( 'dokan_dashboard_content_before' ); do_action( 'dokan_withdraw_content_before' ); ?> <div class="dokan-dashboard-content dokan-withdraw-content"> <?php /** * dokan_withdraw_content_inside_before hook * * @since 2.4 */ do_action( 'dokan_withdraw_content_inside_before' ); ?> <article class="dokan-withdraw-area"> <?php /** * dokan_withdraw_header_render hook * * @hooked dokan_coupon_header_render * * @since 2.4 */ do_action( 'dokan_withdraw_content_area_header' ); ?> <div class="entry-content"> <?php /** * dokan_withdraw_header_render hook * * @hooked dokan_render_withdraw_error * @hooked dokan_withdraw_status_filter * @hooked dokan_show_seller_balance * @hooked dokan_withdraw_form_and_listing * * @since 2.4 */ do_action( 'dokan_withdraw_content' ); ?> </div><!-- .entry-content --> </article> <?php /** * dokan_withdraw_content_inside_after hook * * @since 2.4 */ do_action( 'dokan_withdraw_content_inside_after' ); ?> </div><!-- .dokan-dashboard-content --> <?php /** * dokan_dashboard_content_after hook * dokan_withdraw_content_after hook * * @since 2.4 */ do_action( 'dokan_dashboard_content_after' ); do_action( 'dokan_withdraw_content_after' ); ?> </div><!-- .dokan-dashboard-wrap --> <?php do_action( 'dokan_dashboard_wrap_end' ); ?>
[+]
..
[-] cancelled-request-listing.php
[edit]
[-] header.php
[edit]
[-] approved-request-listing.php
[edit]
[-] status-listing.php
[edit]
[-] withdraw.php
[edit]
[-] request-form.php
[edit]
[-] pending-request-listing.php
[edit]