Skip to content

Instantly share code, notes, and snippets.

@gvgvgvijayan
Created February 1, 2020 11:22
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 gvgvgvijayan/a74a22f1f20aa5039b0f35d714c41cc3 to your computer and use it in GitHub Desktop.
Save gvgvgvijayan/a74a22f1f20aa5039b0f35d714c41cc3 to your computer and use it in GitHub Desktop.
To detect rendered template in WordPress
<?php
add_action('wp_head', function () {
global $template;
echo $template;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment