PATH:
home
/
letacommog
/
laindinois
/
wp-content
/
plugins
/
dokan-lite
/
templates
/
products
<?php $get_data = wp_unslash( $_GET ); $action = isset( $get_data['action'] ) ? sanitize_key( $get_data['action'] ) : 'listing'; if ( $action == 'edit' ) { do_action( 'dokan_render_product_edit_template', $action ); } else { do_action( 'dokan_render_product_listing_template', $action ); }
[+]
..
[-] listing-status-filter.php
[edit]
[-] inventory.php
[edit]
[-] products.php
[edit]
[-] new-product-single.php
[edit]
[-] products-listing.php
[edit]
[-] others.php
[edit]
[-] download-virtual.php
[edit]
[-] tmpl-add-product-popup.php
[edit]
[-] listing-filter.php
[edit]
[-] downloadable.php
[edit]
[-] new-product.php
[edit]
[-] products-listing-row.php
[edit]