$objectManager = \Magento\Framework\App\ObjectManager::getInstance(); $storeManager = $objectManager->get('\Magento\Store\Model\StoreManagerInterface');
$site_url = $storeManager->getStore()->getBaseUrl();
$site_url = $storeManager->getStore()->getBaseUrl();
Comments
Post a Comment