apply_filters( 'image_editor_output_format', string[] $output_format , string $filename , string $mime_type )
Filters the image editor output format mapping.
Description
Enables filtering the mime type used to save images. By default, the mapping array is empty, so the mime type matches the source image.
See also
Parameters
- $output_format
-
An array of mime type mappings. Maps a source mime type to a new destination mime type. Default empty array.<br>
- '...$0'
(string) The new mime type.<br>
- '...$0'
- $filename
-
Path to the image.
- $mime_type
-
The source image mime type.
Source
Changelog
Version | Description |
---|---|
5.8.0 | Introduced. |