python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Woocommerce dokan plugin how can I fire a filter hook in a certain page URL?
I wrote a filter hook for wp_handle_upload_prefilter to crop and add watermark simultaneously when upload new image to wordpress media. It works in every page that there is wp media upload, but I want...

Web Design
Votes: 0
Answers: 0
How to hide a product from certain categories on the seller store in dokan
I tried this code in functions.php but it didn’t do anything I still see the product of category id 52. Please help me
function dokan_dashboard_sort( $args ) {
$args['category__not_in'] = array( 52...
BWATA Costel
Votes: 0
Answers: 1
Chabge reply-to email address to the vendors in dokan
We use dokan multivendor and we want that when customers reply to an order email they go to the vendor.
Below is some code we used, but it stops some emails sending, stops some ve does receiving strip...
Craig Andrew
Votes: 0
Answers: 1