wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



file_is_displayable_image › WordPress Filter Hooks

Da2.5.0
Deprecaton/a
apply_filters( 'file_is_displayable_image', $result, $path )
Parametri: (2)
  • (bool) $result Whether the image can be displayed. Default true.
    Richiesto:
  • (string) $path Path to the image.
    Richiesto:
Definito a:
Codex:

Filters whether the current image is displayable in the browser.





Sorgenti

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