gzip_compression()
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() gzip compression code WP 6.7.1
function gzip_compression() { _deprecated_function( __FUNCTION__, '2.5.0' ); return false; }