apply_filters( 'jpeg_quality', int $quality , string $context )
Filters the JPEG compression quality for backward-compatibility.
Description Description
Applies only during initial editor instantiation, or when set_quality() is run manually without the $quality
argument.
set_quality() has priority over the filter.
The filter is evaluated under two contexts: ‘image_resize’, and ‘edit_image’, (when a JPEG image is saved to file).
Parameters Parameters
- $quality
-
(int) Quality level between 0 (low) and 100 (high) of the JPEG.
- $context
-
(string) Context of the filter.
Source Source
Changelog Changelog
Version | Description |
---|---|
2.5.0 | Introduced. |
User Contributed Notes User Contributed Notes
You must log in before being able to contribute a note or feedback.
To change JPEG Compression, temporarily add the below code to functions.php then refresh the site to re-compress all thumbnails on the site.
Snippets should be included here, not hosted elsewhere.
Changing the JPEG compression quality:
https://generatewp.com/snippet/xNM817E/