'bt-logo__img', 'style' => 'max-height:' . (int) $max_height . 'px;height:auto;width:auto;', 'loading' => 'eager', 'decoding' => 'async', ) ); } else { // Text fallback when no logo is set. echo '' . esc_html( get_bloginfo( 'name' ) ) . ''; } ?>