gzip_compression()WP 1.0

Deprecated from version 2.5.0. It is no longer supported and can be removed in future releases. It is recommended to replace this function with the same one.

Unused function.

No Hooks.

Return

null. Nothing (null).

Usage

gzip_compression();

Changelog

Deprecated since 2.5.0

gzip_compression() code WP 6.5.2

function gzip_compression() {
	_deprecated_function( __FUNCTION__, '2.5.0' );
	return false;
}