file_is_displayable_image, $result, $path
file_is_displayable_image, $result, $path
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_filters('file_is_displayable_image, $result, $path') is found 1 times:
- /wp-admin/includes/image.php line 1192
* * @param bool $result Whether the image can be displayed. Default true. * @param string $path Path to the image. */ return apply_filters( 'file_is_displayable_image', $result, $path ); } /** * Loads an image resource for editing. * * @since 2.9.0