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.
Usage
gzip_compression();
Changelog
Deprecated | 2.5.0 |
Code of gzip_compression() gzip compression WP 6.0
function gzip_compression() { _deprecated_function( __FUNCTION__, '2.5.0' ); return false; }