apply_filters( 'unzip_file_use_ziparchive', bool $ziparchive )
Filters whether to use ZipArchive to unzip archives.
Parameters
- $ziparchive
-
Whether to use ZipArchive. Default true.
Source
Changelog
Version | Description |
---|---|
WP-3.0.0 | Introduced. |