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