从主题wordpress覆盖wedevs-dokan-plugin模板文件

我正在将wedevs-dokan-plugin(wedevs.com/dokan)用于WordPress前端用户商店, 这使卖家可以从前端管理其商店。我想覆盖此插件的模板文件之一。我要覆盖的文件位于:

plugins/wedevs-dokan-plugin/templates/product-edit.php

为了覆盖此文件, 我复制了文件并进行了一些更改, 将新文件放置在主题目录中, 如下所示:
themes/mytheme/wedevs-dokan-plugin/product-edit.php

但这对我不起作用。之后, 我还尝试了:
themes/mytheme/wedevs-dokan-plugin/templates/product-edit.php

但这也不起作用。
有没有办法从WordPress主题中覆盖插件文件?
#1
themes/mytheme/wedevs-dokan-plugin/product-edit.php

【从主题wordpress覆盖wedevs-dokan-plugin模板文件】目录名称应该是” dokan” , 而不是” wedevs-dokan-plugin” , 并且你只能编辑此插件的” templates” 目录文件。
因此, 新目录将如下所示。
themes/mytheme/dokan/store.php themes/mytheme/dokan/dashboard/dashboard.php

谢谢

    推荐阅读