/ Published in: PHP
With this snippet, you can use every function from blocks even if they are not added to your page
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
$bl = BlockType::getByHandle('BLOCKHANDLE'); $con = $bl->getController(); echo $con->FUNCTIONNAME();