wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



file_is_displayable_image › WordPress Filter Hooks

Seit2.5.0
Veraltetn/v
apply_filters( 'file_is_displayable_image', $result, $path )
Parameter: (2)
  • (bool) $result Whether the image can be displayed. Default true.
    Erforderlich: Ja
  • (string) $path Path to the image.
    Erforderlich: Ja
Definiert in:
Codex:

Filters whether the current image is displayable in the browser.





Quellcode

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