Your IP : 216.73.216.43


Current Path : /home/rtorresani/www/vendor/magento/module-review/view/frontend/templates/
Upload File :
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;
?>