Skip to content

Instantly share code, notes, and snippets.

@tsbega
Created September 17, 2019 13:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tsbega/61f42693b46b454745a19d59ec916081 to your computer and use it in GitHub Desktop.
Save tsbega/61f42693b46b454745a19d59ec916081 to your computer and use it in GitHub Desktop.
<?php
function show_template() {
global $template;
print_r($template);
}
add_action('wp_footer', 'show_template');
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment