Using Functions with code that contains
-
Hello Community!
I’m sure it’s quite easy to do, but i am not so talented ;]
I have to make a function that outputs:
</div> </div> <div class="column-sidebar nomargin"> <?php do_action('shop_sidebar'); ?> </div> </div> </div>
But when i make a function:
{ echo '</div></div>'; echo '<div class="column-sidebar nomargin"><?php do_action('shop_sidebar'); ?></div>'; echo '</div></div>'; }
I doesn’t work…
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Using Functions with code that contains’ is closed to new replies.