Extraction
-
3. Extracting
Double-Click on File to Unzip with Archive Manager.
Or to Extract the 7-Zip Archives on Shell use:
p7zip -d [my7ZippedFile].7z
Contents
$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }