wp_img_tag_add_srcset_and_sizes_attr
wp_img_tag_add_srcset_and_sizes_attr ( $image, $context, $attachment_id )
Parameters:- (string) image The HTML `img` tag where the attribute should be added.
- (string) context Additional context to pass to the filters.
- (int) attachment_id Image attachment ID.
Returns:- (string) Converted 'img' element with 'loading' attribute added.
Defined at: - Introduced in WordPress: 5.5.0
- Deprecated in WordPress: —
Description
Adds `srcset` and `sizes` attributes to an existing `img` HTML tag.