Thread Starter
Mihael
(@mihael)
Thanks, I figured that out now…
I wanted to use something like this:
<?php
function my_shortcode() {
if(somethign):
?>
<html code here>
<?php
endif;
}
?>
now I have to put everything I want to output into variable and then return it… I think 🙂