in a wordpress php script, I have the following:
echo '<div class="slide-media">' . $slide_media .
'</div><!--/.slide-media-->' . "\n"; }
I want to see the contents of what is inside $slide_media variable.
Basically, so I can add a link to the image.
Is there a variable to plain text function? Thanks