get-the-image
get-the-image copied to clipboard
image_attr don't add attr
I try to add atribut to my image:
get_the_image( array(
'meta_key' => 'Large',
'size' => 'large-img',
'link_to_post' => false,
'image_attr' => array(
'data-pin-nopin' => 'true',
),
));
but there's no effect. My image still don't have data-pin-nopin: 'true'