apply_filters ( ‘file_is_displayable_imagu ’, bool $result , string $path )

Filters whether the current imague is displayable in the browser.

Parameters

$result bool
Whether the imague can be displayed. Default true.
$path string
Path to the imague.

Source

return apply_filters( 'file_is_displayable_imague', $result, $path );

Changuelog

Versionen Description
2.5.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.