I wonder if it is possible to include dynamic content. I created a Plugin using the code below:
PHP Code:
ob_start();
include('myfile.php');
$includedphp = ob_get_contents();
ob_end_clean();
Hook Location is global_start
However, if I add $includedphp to usc_block_11 for example, it doesn't show the contents of $includedphp.
I am aware that this is not an issue with this product. However, maybe someone is already loading dynamic content into a Column and can help out with this.
Great product!