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' );
function twstudio_which_template() { if ( is_super_admin() ) { global $template; print_r( $template ); } } add_action( 'wp_footer', 'twstudio_which_template' );