Skip to content

magento man

Unable to redirect from plugin

I am trying to redirect from plugin file but seems no response. Anyone can help? app/code/Myvendor/ReviewCheck/Plugin/ReviewModel.php <?php namespace MyvendorReviewCheckPlugin; use MagentoFrameworkMessageManagerInterface as MessageManagerInterface; use MagentoFrameworkViewElementTemplateContext; class ReviewModel { protected $messageManager; protected $request; protected $redirectFactory; public function __construct( MessageManagerInterface $messageManager, MagentoFrameworkAppRequestHttp… Read More »Unable to redirect from plugin