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