Mint 19 PostgreSQL 10 GUI - Installing
Then to Install PgAdmin 4 on Linux Mint.
pip install ~/Downloads/pgadmin4*.whl
Or for a System wide installation:
sudo pip install ~/Downloads/pgadmin4*.whl
$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }