WP_Http_Encoding::content_encoding(): string

In this article

What encoding the content used when it was compressed to send in the headers.

Return

string Content-Encoding string to send in the header.

Source

public static function content_encoding() {
	return 'deflate';
}

Changelog

VersionDescription
2.8.0Introduced.

User Contributed Notes

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