Skip to content

Instantly share code, notes, and snippets.

@zachfedor
Last active August 29, 2015 14:16
Show Gist options
  • Save zachfedor/8d5706872528fafe3cb3 to your computer and use it in GitHub Desktop.
Save zachfedor/8d5706872528fafe3cb3 to your computer and use it in GitHub Desktop.
add_action('wp_head', 'show_template');
function show_template() {
global $template;
print_r($template);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment