1699* an array of width and height values in pixels(in that order).1700* @param bool$permalink Whether to add permalink to image.Defaultfalse.1701* @param bool$icon Whether to include an icon.1702* @param string|false$textIfstring, will be link text.1703* @param array|string$attrArrayorstring of attributes.1704*/1705returnapply_filters('wp_get_attachment_link',$link_html,$post,$size,$permalink,$icon,$text,$attr);1706}17071708/**1709* Wraps attachment in paragraph tag before content.1710*1711* @since 2.0.0
History
Introduced in 2.7.0. Unchanged from 6.7.7 through 7.1.0.