Answers for "magento 2 get cms block php"

PHP
0

call satic blco in magento 2

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

Code answers related to "magento 2 get cms block php"

Browse Popular Code Answers by Language