$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

How to Install PHP 5.6 on Ubuntu 19.04 Disco Easy Guide

March 28, 2019 | By the+gnu+linux+evangelist.

GNU/Linux Ubuntu 19.04 Install PHP 5.6 Guide

Hi! The Tutorial shows you Step-by-Step How to Install PHP 5.6 in Ubuntu 19.04 Disco GNU/Linux.

And to get the PHP 5.6 Ubuntu 19.04 Installation, you have to Manually Setup the Ubuntu Apt PPA Repository.

Finally, this PHP 5.6 PPA includes also All the most Useful Extensions for PHP usage.

How to Install PHP 5.6 on Ubuntu 19.04 Disco - Featured
  1. 1. Launching Terminal

    Open a Terminal window
    Ctrl+Alt+t on Desktop
    (Press “Enter” to Execute Commands)

    How to Install PHP 5.6 on Ubuntu 19.04 Disco - Open Terminal Shell Emulator