Skip to content

Instantly share code, notes, and snippets.

@gugaalves
Created July 17, 2014 23:30
Show Gist options
  • Save gugaalves/179962f523701da22f85 to your computer and use it in GitHub Desktop.
Save gugaalves/179962f523701da22f85 to your computer and use it in GitHub Desktop.
Vendo qual arquivo do tema está rodando!
add_action('admin_bar_menu', '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