Unused function.
Source
function gzip_compression() {
_deprecated_function( __FUNCTION__, '2.5.0' );
return false;
}
Changelog
| Version | Description |
|---|---|
| 2.5.0 | Introduced. |
| CARVIEW |
This function has been deprecated.
Unused function.
function gzip_compression() {
_deprecated_function( __FUNCTION__, '2.5.0' );
return false;
}
| Uses | Description |
|---|---|
_deprecated_function()wp-includes/functions.php | Marks a function as deprecated and inform when it has been used. |
| Version | Description |
|---|---|
| 2.5.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.