Skip to content

Instantly share code, notes, and snippets.

@alexpos
Created May 31, 2013 07:56
Show Gist options
  • Save alexpos/5683508 to your computer and use it in GitHub Desktop.
Save alexpos/5683508 to your computer and use it in GitHub Desktop.
template in js console
function themedebug() {
global $template; $var=basename($template);
?>
<script type="text/javascript">
console.log(<?php echo "\"debug: ".$var."\""; ?>);
</script>
<?php
}
add_action( 'wp_footer', 'themedebug' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment