>
' . "\n"; } } } // ───────────────────────────────────────────────────────────────────── // PRELOAD LCP: front page // ───────────────────────────────────────────────────────────────────── if ( is_front_page() ) { $post_id = get_the_ID(); $foto_id = carbon_get_post_meta( $post_id, 'banner_img_desktop' ); $foto_mob_id = carbon_get_post_meta( $post_id, 'banner_img_mobile' ); if ( ! $foto_mob_id ) $foto_mob_id = $foto_id; $banner_desk = $foto_id ? wp_get_attachment_url( $foto_id ) : ''; $banner_mob = $foto_mob_id ? wp_get_attachment_url( $foto_mob_id ) : ''; if ( $banner_desk ) { echo '' . "\n"; } if ( $banner_mob && $banner_mob !== $banner_desk ) { echo '' . "\n"; } } ?> >