Filters the permalink for an attachment.
Parameters
$linkstring- The attachment’s permalink.
$post_idint- Attachment ID.
Source
return apply_filters( 'attachment_link', $link, $post->ID );
Filters the permalink for an attachment.
$linkstring$post_idintreturn apply_filters( 'attachment_link', $link, $post->ID );
User Contributed Notes
You must log in before being able to contribute a note or feedback.