1186*1187* @since 2.5.01188*1189* @param bool$result Whether the image can be displayed.Defaulttrue.1190* @param string$path Path to the image.1191*/1192returnapply_filters('file_is_displayable_image',$result,$path);1193}11941195/**1196* Loads an image resource for editing.1197*1198* @since 2.9.0
History
Introduced in 2.5.0. Unchanged from 6.7.7 through 7.1.0.