PATH:
home
/
letacommog
/
laindinois
/
wp-content
/
plugins
/
dokan-pro
/
modules
/
simple-auction
/
templates
/
auction
<?php $action = isset( $_GET['action'] ) ? $_GET['action'] : 'listing'; if ( $action == 'edit' ) { if ( ! current_user_can( 'dokan_edit_auction_product' ) ) { dokan_get_template_part('global/dokan-error', '', array( 'deleted' => false, 'message' => __( 'You have no permission to view this page', 'dokan' ) ) ); } else { dokan_get_template_part( 'auction/auction-product-edit', '', array( 'is_auction' => true ) ); } } else { dokan_get_template_part( 'auction/auction-products-listing', '', array( 'is_auction' => true ) ); }
[+]
..
[-] product-attribute.php
[edit]
[-] auction-products-listing.php
[edit]
[-] template-auction.php
[edit]
[-] auction-shipping.php
[edit]
[-] new-auction-product.php
[edit]
[-] auction-product-edit.php
[edit]
[-] html-auction-attribute.php
[edit]