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



image_strip_meta › WordPress Filter Hooks

Da4.5.0
Deprecaton/a
apply_filters( 'image_strip_meta', $strip_meta )
Parametri:
  • (bool) $strip_meta Whether to strip image metadata during resizing. Default true.
    Richiesto:
Definito a:
Codex:

Filters whether to strip metadata from images when they're resized.

This filter only applies when resizing using the Imagick editor since GD always strips profiles by default.





Sorgenti

if ( apply_filters( 'image_strip_meta', $strip_meta ) ) {