Finding Button
2. Running Xev
Then Run Xev CLI Tool
Simply with:xev
3. Looking up Button ID
Finally, Click on the Xev Window
Like this:
On the Terminal Window you Find the Button ID:
$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }