W3cubDocs

/WordPress

apply_filters( ‘wp_get_attachment_link_attributes’, array $attributes, int $id )

Filters the list of attachment link attributes.

Parameters

$attributesarray
An array of attributes for the link markup, keyed on the attribute name.
$idint
Post ID.

Source

$attributes = apply_filters( 'wp_get_attachment_link_attributes', array( 'href' => $url ), $_post->ID );

Changelog

Version Description
6.2.0 Introduced.

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