WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about file_is_displayable_image

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/image.php apply_filters 992 /**
* Filters whether the current image is displayable in the browser.
*
* @since 2.5.0
*
* @param bool $result Whether the image can be displayed. Default true.
* @param string $path Path to the image.
*/

Hook Parameters

Parameter Type Name Description
bool $result Whether the image can be displayed. Default true.
string $path Path to the image.