Skip to content

Instantly share code, notes, and snippets.

@mikeemoo
Created May 21, 2012 17:31
Show Gist options
  • Save mikeemoo/2763441 to your computer and use it in GitHub Desktop.
Save mikeemoo/2763441 to your computer and use it in GitHub Desktop.
Showing symfony kernel in a wordpress template
<body <?php body_class(); ?>>
<?php
global $kernel;
die(get_class($kernel));
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment