apply_filters( 'image_strip_meta', bool $strip_meta )

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


Description Description

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


Parameters Parameters

$strip_meta

(bool) Whether to strip image metadata during resizing. Default true.


Top ↑

Source Source

File: wp-includes/class-wp-image-editor-imagick.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
4.5.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.