get_row( "SELECT * FROM {$wpdb->prefix}responsive_images where `img_filetype` in ('webp') and `img_size` = '2x' and `img_post_id` = " . $attachment_id); $webp1x = $wpdb->get_row( "SELECT * FROM {$wpdb->prefix}responsive_images where `img_filetype` in ('webp') and `img_size` = '1x' and `img_post_id` = " . $attachment_id); //echo getResponsiveImage( ['id' => $attachment_id, 'align' => '', 'caption' => ''] ); ?>
<?php echo esc_attr( get_bloginfo( 'title' )  ); ?>