remove “handle_all_submit” function from “Dokan_Template_Products” class
-
Hi, thanks for great plugin.
I added new field to edit product and new product page in dokan dashboard and I want to show error when the new fields are empty for this reason I extends class from Dokan_Template_Products for override handle_all_submit function but when this line is exist still in dokan-lite/classes/template-products.php:
add_action( ‘template_redirect’, array( $this, ‘handle_all_submit’ ), 11 );my override function doesn’t work correctly.
please help me for solve this problem
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘remove “handle_all_submit” function from “Dokan_Template_Products” class’ is closed to new replies.