Warning: This function has been deprecated.

gzip_compression()

Unused function.


Description Description


Source Source

File: wp-includes/deprecated.php

1201
1202
1203
1204
function gzip_compression() {
    _deprecated_function( __FUNCTION__, '2.5.0' );
    return false;
}

Top ↑

Changelog Changelog

Changelog
Version Description
2.5.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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