- <?php
- function show_which_template_is_loaded() {
- if ( is_super_admin() ) {
- echo '<div class="debug" style="width: 60%; margin: 0 auto; text-align: center">';
- global $template;
- //print_r( $template );
- echo '</div>';
- }
- }
- add_action( 'wp_footer', 'show_which_template_is_loaded' );
- ?>
Recent Pastes