Skip to content

Instantly share code, notes, and snippets.

@pavlo-bondarchuk
Created April 3, 2017 14:39
Show Gist options
  • Select an option

  • Save pavlo-bondarchuk/00588185d63e630b748409f20e4e7f84 to your computer and use it in GitHub Desktop.

Select an option

Save pavlo-bondarchuk/00588185d63e630b748409f20e4e7f84 to your computer and use it in GitHub Desktop.
какой шаблон использует данная страница
function show_template() {
if( is_super_admin() ){
global $template;
print_r($template);
}
}
add_action('wp_footer', 'show_template');
@pavlo-bondarchuk
Copy link
Author

какой шаблон использует данная страница - wordpress functions.php

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment