Check what template that is loading

function twstudio_which_template() {
   if ( is_super_admin() ) {
      global $template;
      print_r( $template );
   }
}

add_action( 'wp_footer', 'twstudio_which_template' );

Leave a Reply

Your email address will not be published. Required fields are marked *