Topic: shortcode in block
Short codes in blocks, as can be?
Pages 1
Short codes in blocks, as can be?
I will add this ability in next version of Monstra.
plugins/box/blocks/blocks.plugin.php
Must be:
return Filter::apply('content', Text::toHtml($block_contents));
Instead of:
return Text::toHtml($block_contents);
Pages 1
Powered by PunBB, supported by Informer Technologies, Inc.