Wordpress automatically generate lot of unwanted tags every where. Even the img tag also wrap by these t
img
$content = preg_replace('#^<\/p>|$#', '', $content); echo do_shortcode($content);
$#', '', $content); echo do_shortcode($content);
I tried it while using it in shortcode and it worked for me.