Extraction
-
4. Extracting 7Zip File
Double-Click on File to Unzip with Archive Manager.
Or to Extract the 7-Zip Archives on Shell use:
7za x [my7ZippedFile].7z
Possibly to see the other Options play:
7za --help
Contents
$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }