image_strip_meta, $strip_meta
image_strip_meta, $strip_meta
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_filters('image_strip_meta, $strip_meta') is found 1 times:
- /wp-includes/class-wp-image-editor-imagick.php line 442
* @since 4.5.0 * * @param bool $strip_meta Whether to strip image metadata during resizing. Default true. */ if ( apply_filters( 'image_strip_meta', $strip_meta ) ) { $this->strip_meta(); // Fail silently if not supported. } try { /** * Special handling for certain types of PNG images: