1120*1121* @since 2.5.01122*1123* @param bool$result Whether the image can be displayed.Defaulttrue.1124* @param string$path Path to the image.1125*/1126returnapply_filters('file_is_displayable_image',$result,$path);1127}11281129/**1130* Loads an image resource for editing.1131*1132* @since 2.9.0
History
Introduced in 2.5.0. Unchanged from 6.7.7 through 7.1.0.