Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. add_action('wp_head', 'show_template');
  2. function show_template() {
  3.     global $template;
  4.     echo basename($template);
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement