PATH:
home
/
letacommog
/
laindinois
/
wp-content
/
plugins
/
dokan-lite
/
templates
/
withdraw
<?php /** * Dokan Withdraw Status filter template * * @since 2.4 * * @package dokan */ ?> <ul class="list-inline subsubsub"> <li<?php echo $current == 'pending' ? ' class="active"' : ''; ?>> <a href="<?php echo esc_url( dokan_get_navigation_url( 'withdraw' ) ); ?>"><?php esc_html_e( 'Withdraw Request', 'dokan-lite' ); ?></a> </li> <li<?php echo $current == 'approved' ? ' class="active"' : ''; ?>> <a href="<?php echo esc_url( add_query_arg( array( 'type' => 'approved' ), dokan_get_navigation_url( 'withdraw' ) ) ); ?>"><?php esc_html_e( 'Approved Requests', 'dokan-lite' ); ?></a> </li> <li<?php echo $current == 'cancelled' ? ' class="active"' : ''; ?>> <a href="<?php echo esc_url( add_query_arg( array( 'type' => 'cancelled' ), dokan_get_navigation_url( 'withdraw' ) ) ); ?>"><?php esc_html_e( 'Cancelled Requests', 'dokan-lite' ); ?></a> </li> </ul>
[+]
..
[-] 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]