| Current Path : /home/rtorresani/www/vendor/magento/module-review/view/frontend/templates/ |
| Current File : //home/rtorresani/www/vendor/magento/module-review/view/frontend/templates/redirect.phtml |
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
?>
<?php
// phpcs:ignore Magento2.Functions.DiscouragedFunction
header("Location:{$block->getProduct()->getProductUrl()}#info-product_reviews");
// phpcs:ignore Magento2.Security.LanguageConstruct.ExitUsage
exit;
?>