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