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