1106*1107* @since 2.5.01108*1109* @param bool$result Whether the image can be displayed.Defaulttrue.1110* @param string$path Path to the image.1111*/1112returnapply_filters('file_is_displayable_image',$result,$path);1113}11141115/**1116* Loads an image resource for editing.1117*1118* @since 2.9.0
History
Introduced in 2.5.0. Unchanged from 6.7.7 through 7.1.0.