WP_Image_Editor_GD::__destruct()

Source

public function __destruct() {
	if ( $this->image ) {
		// We don't need the original in memory anymore.
		imagedestroy( $this->image );
	}
}

User Contributed Notes

You must log in before being able to contribute a note or feedback.