wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



file_is_displayable_image › Filtr WordPress Hooks

Od2.5.0
Przestarzałyn/a
apply_filters( 'file_is_displayable_image', $result, $path )
Parametry: (2)
  • (bool) $result Whether the image can be displayed. Default true.
    Wymagane: Tak
  • (string) $path Path to the image.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters whether the current image is displayable in the browser.





Źródło

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