528<?php529 * @since 5.6.0 Providing an empty string will now disable530 * the view attachment page link on the media modal.531 *532 * @param string $link The attachment's permalink.533 * @param int $post_id Attachment ID.534 */535 return apply_filters( 'attachment_link', $link, $post->ID );536}537538/**539 * Retrieves the permalink for the year archives.540 *541 * @since 1.5.0
History
Introduced in 2.0.0. Unchanged from 6.7.7 through 7.1.0.