Obstart Shortcode
-
Hi
I am trying to make a shortcode that I can add insert this:
<?php echo sharing_display(); ?>
.I tried an obstart function.
function ShareShortcode() { ob_start('<?php echo sharing_display(); ?'); } add_shortcode('jpshare', 'ShareShortcode');
I may be on the complete wrong track.
Can you please give me the code.
Thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Obstart Shortcode’ is closed to new replies.