WP_Image_Editor::get_quality(): int In this article Table of ContentsReturn Source Related Changelog ↑ Back to top Gets the Image Compression quality on a 1-100% scale. Return int Compression Quality. Range: [1,100] Source public function get_quality() { if ( ! $this->quality ) { $this->set_quality(); } return $this->quality; } View all references View on Trac View on GitHub Related UsesDescriptionWP_Image_Editor::set_quality()wp-includes/class-wp-image-editor.phpSets Image Compression quality on a 1-100% scale. Changelog VersionDescription4.0.0Introduced. User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.