get_id(); $show_name = component_setting( Logo::SHOW_TITLE ); $show_desc = component_setting( Logo::SHOW_TAGLINE ); $custom_logo_id = get_theme_mod( 'custom_logo' ); $logo_image = get_media( $custom_logo_id, 'full' ); $wrapper_tag = 'p'; if ( get_option( 'show_on_front' ) === 'posts' && is_home() ) { $wrapper_tag = 'h1'; } $alt_attribute = get_post_meta( $custom_logo_id, '_wp_attachment_image_alt', true ); ?>