1112*1113* @since 2.5.01114*1115* @param bool$result Whether the image can be displayed.Defaulttrue.1116* @param string$path Path to the image.1117*/1118returnapply_filters('file_is_displayable_image',$result,$path);1119}11201121/**1122* Loads an image resource for editing.1123*1124* @since 2.9.0
History
Introduced in 2.5.0. Unchanged from 6.7.7 through 7.1.0.