This Article Simply Shows How to Clear the Output on Terminal Command Console.
The bash Terminal Command to Clean or Clear your Output is simply:
clear
$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }