W3cubDocs

/WordPress

apply_filters( 'wp_get_attachment_image_attributes', array $attr, WP_Post $attachment, string|array $size )

Filters the list of attachment image attributes.

Parameters

$attr

(array) Array of attribute values for the image markup, keyed by attribute name. See wp_get_attachment_image().

$attachment

(WP_Post) Image attachment post.

$size

(string|array) Requested size. Image size or array of width and height values (in that order). Default 'thumbnail'.

Source

File: wp-includes/media.php

View on Trac

Changelog

Version Description
2.8.0 Introduced.

© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/wp_get_attachment_image_attributes