Installing
-
2. Installing Lazarus IDE
Then to Install Lazarus on Ubuntu.
sudo apt install lazarus fpc
With this command you get installed both: Lazarus and the Free Pascal Compiler.
Contents
$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }