WP_Http_Encoding::content_encoding

Advertisement

Summery Summery

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

Syntax Syntax

WP_Http_Encoding::content_encoding()

Return Return

(string) Content-Encoding string to send in the header.

Source Source

File: wp-includes/class-wp-http-encoding.php

	 * @return string Content-Encoding string to send in the header.
	 */
	public static function content_encoding() {

Advertisement

Changelog Changelog

Changelog
Version Description
2.8.0 Introduced.

Advertisement

Leave a Reply