WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about image_strip_meta

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/class-wp-image-editor-imagick.php apply_filters 348 /**
* 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.
*
* @since 4.5.0
*
* @param bool $strip_meta Whether to strip image metadata during resizing. Default true.
*/

Hook Parameters

Parameter Type Name Description
bool $strip_meta Whether to strip image metadata during resizing. Default true.