call satic blco in magento 2

Solutions on MaxInterview for call satic blco in magento 2 by the best coders in the world

showing results for - "call satic blco in magento 2"
Valentina
01 Feb 2020
1<?php
2echo $this->getLayout()
3->createBlock('Magento\Cms\Block\Block')
4->setBlockId('your_block_identifier')
5->toHtml();
6?>
7