Answers for "call satic blco in magento 2"

PHP
0

call satic blco in magento 2

<?php
echo $this->getLayout()
->createBlock('Magento\Cms\Block\Block')
->setBlockId('your_block_identifier')
->toHtml();
?>
Posted by: Guest on February-01-2021

Browse Popular Code Answers by Language