I need to Remove Review tab and their content in product detail page. I can find Details and More Information tab in catalog_product_view.xml under the group attribute detailed_info. But I can't found anything related to Review tab Declaration.In debug mode also not provide that much detail to find layout.
for example I found Detail tab in catalog_product_view.xml
<argument name="title" translate="true" xsi:type="string">Details</argument>
which layout xml file contain review tab declaration?
your magento root/app/design/frontend/Your Theme NAME_SPACE/theme name/Magento_Theme/layout/default.xml– pfandrade Dec 12 '17 at 14:45