$image = wp_get_attachment_image_src($thumbnail_id,'menu-image');
$get_image ="";
if (is_array( $image )){
$get_image = $image[0];
$imageload_first = "<img class='lazy-first' src='".$get_image."'/>";
}
$image = wp_get_attachment_image_src($thumbnail_id,'menu-image');
$get_image ="";
if (is_array( $image )){
$get_image = $image[0];
$imageload_first = "<img class='lazy-first' src='".$get_image."'/>";
}