WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about unzip_file_use_ziparchive

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/file.php apply_filters 1589 /**
* Filters whether to use ZipArchive to unzip archives.
*
* @since 3.0.0
*
* @param bool $ziparchive Whether to use ZipArchive. Default true.
*/

Hook Parameters

Parameter Type Name Description
bool $ziparchive Whether to use ZipArchive. Default true.