如何从评论产品中删除昵称和摘要?

How to remove nickname and summary from review product?

我想从评论产品中删除一些字段(摘要和昵称)。我找到了一个答案 here

但我没有看到 /public_html/app/code/Magento 文件夹。

我使用 Magento 2.3.1

您要修改的功能位于 Magento_Review 模块 - vendor/magento/module-review 中。您必须创建一个新模块,即 Codeit_Review,将依赖项设置为 Magento_Review 并调整其中的产品评论功能。