I have a website where I want to customize the templates of multi vendor plugin dokan-lite
.
I want to modify that template tmpl-add-product-popup
into my custom plugin I have used that with child theme. It works fine but I want to do it with Custom plugin due to my plan.
Also I tried dokan_locate_template
hook, but its not working.
I have tried that hook:
add_filter('dokan_locate_template', [$this, 'extend_dokan_locate_template'], 2, 3);