> ' . "\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' ); $banner_src = $foto_id ? wp_get_attachment_url( $foto_id ) : ''; if ( $banner_src ) { echo '' . "\n"; } } ?> >