WP_Http_Encoding::content_encoding(): string

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


Return

string Content-Encoding string to send in the header.


Top ↑

Source

File: wp-includes/class-wp-http-encoding.php. View all references

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

Top ↑

Changelog

Changelog
Version Description
2.8.0 Introduced.

Top ↑

User Contributed Notes

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