Sometime you Just Need to Terminate your Terminal SSH Connection…
The command to Terminate a SSH Session Terminal is:
logout
OR
Ctrl+d
$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }