'sticky-logo', 'id' => $sticky_logo[$device] ]; } $additional_logos = apply_filters( 'blocksy:panel-builder:logo:additional-logos', $additional_logos, $atts, $device, $panel_type ); $custom_logo_id = apply_filters( 'blocksy:' . $panel_type . ':logo:image-id', $custom_logo_id ); if ($custom_logo_id) { $custom_logo_attr = [ 'class' => 'default-logo', 'itemprop' => 'logo' ]; if ($panel_type === 'header') { $custom_logo_attr['loading'] = false; } /** * If the logo alt attribute is empty, get the site title and explicitly * pass it to the attributes used by wp_get_attachment_image(). */ $image_alt = get_post_meta( $custom_logo_id, '_wp_attachment_image_alt', true ); if (empty($image_alt)) { $custom_logo_attr['alt'] = get_bloginfo('name', 'display'); } $image_logo_html = wp_get_attachment_image( $custom_logo_id, 'full', false, $custom_logo_attr ); $inline_svg_logos = blocksy_akg('inline_svg_logos', $atts, 'no'); if ($inline_svg_logos === 'yes') { $maybe_file = get_attached_file($custom_logo_id); if ( $maybe_file && file_exists($maybe_file) && strpos($maybe_file, '.svg') !== false ) { $svg = file_get_contents($maybe_file); $parser = new Blocksy_Attributes_Parser(); unset($custom_logo_attr['loading']); $custom_logo_attr['aria-label'] = $custom_logo_attr['alt']; $custom_logo_attr['role'] = 'img'; unset($custom_logo_attr['alt']); foreach ($custom_logo_attr as $svg_attr => $svg_attr_value) { $svg = $parser->add_attribute_to_images_with_tag( $svg, $svg_attr, $svg_attr_value, 'svg', false ); } $image_logo_html = $svg; } } foreach ($additional_logos as $additional_logo) { $custom_logo_attr['class'] = $additional_logo['class']; $additional_logo_html = wp_get_attachment_image( $additional_logo['id'], 'full', false, $custom_logo_attr ); if ($inline_svg_logos === 'yes') { $maybe_file = get_attached_file($additional_logo['id']); if ( $maybe_file && file_exists($maybe_file) && strpos($maybe_file, '.svg') !== false ) { $svg = file_get_contents($maybe_file); $parser = new Blocksy_Attributes_Parser(); foreach ($custom_logo_attr as $svg_attr => $svg_attr_value) { $svg = $parser->add_attribute_to_images_with_tag( $svg, $svg_attr, $svg_attr_value, 'svg', false ); } $additional_logo_html = $svg; } } $image_logo_html = $additional_logo_html . $image_logo_html; } /** * If the alt attribute is not empty, there's no need to explicitly pass * it because wp_get_attachment_image() already adds the alt attribute. */ $logo_html = sprintf( '', esc_url( apply_filters('blocksy:' . $panel_type . ':logo:url', home_url('/')) ), $image_logo_html ); } $tagline_class = 'site-description ' . blocksy_visibility_classes( blocksy_default_akg('blogdescription_visibility', $atts, [ 'desktop' => true, 'tablet' => true, 'mobile' => true, ]) ); $site_title_class = 'site-title ' . blocksy_visibility_classes( blocksy_default_akg('blogname_visibility', $atts, [ 'desktop' => true, 'tablet' => true, 'mobile' => true, ]) ); $tag = 'span'; $tag = apply_filters('blocksy:' . $panel_type . ':logo:tag', $tag); $wrapper_tag = apply_filters('blocksy:' . $panel_type . ':logo:wrapper-tag', 'div'); $has_site_title = blocksy_akg('has_site_title', $atts, 'yes') === 'yes'; $has_tagline = blocksy_akg('has_tagline', $atts, 'no') === 'yes'; $logo_position = ''; if ( $custom_logo_id && ( $has_site_title || $has_tagline ) ) { $logo_position_v = blocksy_expand_responsive_value( blocksy_default_akg('logo_position', $atts, 'top') ); $logo_position = 'data-logo="' . $logo_position_v[$device] . '"'; } $wrapper_class = 'site-branding'; $wrapper_class = trim($wrapper_class . ' ' . blocksy_default_akg( 'header_logo_class', $atts, '' )); $wrapper_class = trim($wrapper_class . ' ' . blocksy_visibility_classes( blocksy_akg('visibility', $atts, [ 'desktop' => true, 'tablet' => true, 'mobile' => true, ]) )); ?> < class="" $device === 'desktop']) ?>>
< class="" $device === 'desktop']) ?>> $device === 'desktop'])?>> >

$device === 'desktop']) ?>>

>