Editing Boot Command
-
3. Editing GRUB Config
Then Edit Boot Command
Appending:init=/bin/bash
At the End of the Line beginning with:
linux
And containing:
quiet
Like:
linux ... quiet ... init=/bin/bash
Contents
$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }