wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



image_strip_meta › Les Filtres WordPress

Depuis4.5.0
Dépréciéen/a
apply_filters( 'image_strip_meta', $strip_meta )
Paramètres:
  • (bool) $strip_meta Whether to strip image metadata during resizing. Default true.
    Requis: Oui
Défini(e) dans:
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.





Source

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