The PHP Single Line Comments Begin with // or # and Extends until the End of Line.
The PHP Multi-Lines Comments Begin with /* and End with */.
$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }