add_filter('wp_img_tag_add_loading_attr', function($value, $image, $context) { if (strpos($image, 'Heavy_Equipment_Operator_J') !== false) { return false; } return $value; }, 10, 3);