Created
April 3, 2017 14:39
-
-
Save pavlo-bondarchuk/00588185d63e630b748409f20e4e7f84 to your computer and use it in GitHub Desktop.
какой шаблон использует данная страница
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function show_template() { | |
| if( is_super_admin() ){ | |
| global $template; | |
| print_r($template); | |
| } | |
| } | |
| add_action('wp_footer', 'show_template'); |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
какой шаблон использует данная страница - wordpress functions.php