Quantcast
Channel: WordPress › Support » Forum: Hacks - Recent Topics
Viewing all articles
Browse latest Browse all 8245

Websiteguy on "Obstart Shortcode"

$
0
0

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 all articles
Browse latest Browse all 8245

Trending Articles