1709* an array of width and height values in pixels(in that order).1710* @param bool$permalink Whether to add permalink to image.Defaultfalse.1711* @param bool$icon Whether to include an icon.1712* @param string|false$textIfstring, will be link text.1713* @param array|string$attrArrayorstring of attributes.1714*/1715returnapply_filters('wp_get_attachment_link',$link_html,$post,$size,$permalink,$icon,$text,$attr);1716}17171718/**1719* Wraps attachment in paragraph tag before content.1720*1721* @since 2.0.0
History
Introduced in 2.7.0. Unchanged from 6.7.7 through 7.1.0.