Installing
-
2. Installing cURL
Then to Install cURL on Fedora
Simply play:sudo dnf install curl
Or for a Minimal System setup:
sudo dnf install curl-minimal
Contents
$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }