<?php add_filter('wp_get_attachment_image_attributes',function($attr,$attachment){if ($attachment->ID==75474){$attr['fetchpriority']='high';unset($attr['loading']);unset($attr['data-lazy'])}return $attr},10,2);