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